aboutsummaryrefslogtreecommitdiffhomepage
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
parent035db86dd84c51a3cba8ed00282c03097e72395d (diff)
downloadPeerTube-667d909b665f59f8ec3c08724e118d311e38b332.tar.gz
PeerTube-667d909b665f59f8ec3c08724e118d311e38b332.tar.zst
PeerTube-667d909b665f59f8ec3c08724e118d311e38b332.zip
Fix class helpers removed style
-rw-r--r--client/src/sass/application.scss2
-rw-r--r--client/src/sass/class-helpers/index.scss10
2 files changed, 7 insertions, 5 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
diff --git a/client/src/sass/class-helpers/index.scss b/client/src/sass/class-helpers/index.scss
index a7d584d96..28beb3b7f 100644
--- a/client/src/sass/class-helpers/index.scss
+++ b/client/src/sass/class-helpers/index.scss
@@ -1,5 +1,5 @@
1@use '_buttons' as *; 1@use './_buttons';
2@use '_common' as *; 2@use './_common';
3@use '_custom-bootstrap-helpers' as *; 3@use './_custom-bootstrap-helpers';
4@use '_forms' as *; 4@use './_forms';
5@use '_menu' as *; 5@use './_menu';