diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-10 16:28:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-10 16:28:01 +0200 |
commit | 20eb313f020ac1a2fab02a377aec457c5a4695f4 (patch) | |
tree | 35d9d2945016b7269146b53c7cfb42fad814bb32 | |
parent | 8347f8a429ceb98b068fac577a0321bd67ae1b07 (diff) | |
download | PeerTube-20eb313f020ac1a2fab02a377aec457c5a4695f4.tar.gz PeerTube-20eb313f020ac1a2fab02a377aec457c5a4695f4.tar.zst PeerTube-20eb313f020ac1a2fab02a377aec457c5a4695f4.zip |
Fix sass function conflicts
-rw-r--r-- | client/src/sass/application.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 224efbffd..1297855da 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -10,10 +10,10 @@ | |||
10 | @use './custom-markup'; | 10 | @use './custom-markup'; |
11 | @use './ng-select'; | 11 | @use './ng-select'; |
12 | 12 | ||
13 | @import './bootstrap'; | 13 | @use './bootstrap'; |
14 | @import './primeng-custom'; | 14 | @use './primeng-custom'; |
15 | 15 | ||
16 | @import './z-index'; | 16 | @use './z-index'; |
17 | 17 | ||
18 | body { | 18 | body { |
19 | /*** theme ***/ | 19 | /*** theme ***/ |