aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-21 08:50:09 +0100
committerChocobozzz <me@florianbigard.com>2023-02-21 08:50:09 +0100
commit667d909b665f59f8ec3c08724e118d311e38b332 (patch)
tree0195150673eb405ed1b6c08a14e650767adfed9e /client/src/sass/application.scss
parent035db86dd84c51a3cba8ed00282c03097e72395d (diff)
downloadPeerTube-667d909b665f59f8ec3c08724e118d311e38b332.tar.gz
PeerTube-667d909b665f59f8ec3c08724e118d311e38b332.tar.zst
PeerTube-667d909b665f59f8ec3c08724e118d311e38b332.zip
Fix class helpers removed style
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index ba4df57c9..f0ff8f2f4 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -14,6 +14,8 @@
14 14
15@use './z-index'; 15@use './z-index';
16 16
17@use './class-helpers/index.scss';
18
17body { 19body {
18 /*** theme ***/ 20 /*** theme ***/
19 // now beware sass requires interpolation 21 // now beware sass requires interpolation