diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-21 08:50:09 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-21 08:50:09 +0100 |
commit | 667d909b665f59f8ec3c08724e118d311e38b332 (patch) | |
tree | 0195150673eb405ed1b6c08a14e650767adfed9e /client | |
parent | 035db86dd84c51a3cba8ed00282c03097e72395d (diff) | |
download | PeerTube-667d909b665f59f8ec3c08724e118d311e38b332.tar.gz PeerTube-667d909b665f59f8ec3c08724e118d311e38b332.tar.zst PeerTube-667d909b665f59f8ec3c08724e118d311e38b332.zip |
Fix class helpers removed style
Diffstat (limited to 'client')
-rw-r--r-- | client/src/sass/application.scss | 2 | ||||
-rw-r--r-- | client/src/sass/class-helpers/index.scss | 10 |
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 | |||
17 | body { | 19 | body { |
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'; |