diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-07 15:29:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-10 08:16:19 +0200 |
commit | a0da6f90d16027b385a67da6a5691b163626a363 (patch) | |
tree | d12d028399cd6ce32e120744b54d9ae7c27083bf /client/src/sass/include | |
parent | 5c5bcea2e64daf0a66a796c89432732ed27308d2 (diff) | |
download | PeerTube-a0da6f90d16027b385a67da6a5691b163626a363.tar.gz PeerTube-a0da6f90d16027b385a67da6a5691b163626a363.tar.zst PeerTube-a0da6f90d16027b385a67da6a5691b163626a363.zip |
Prevent sass deprecated warning
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index c02359f28..02fa7f1f0 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -1,6 +1,6 @@ | |||
1 | @use 'sass:math'; | 1 | @use 'sass:math'; |
2 | @use 'sass:color'; | 2 | @use 'sass:color'; |
3 | @use '~bootstrap/scss/functions' as *; | 3 | @use 'bootstrap/scss/functions' as *; |
4 | 4 | ||
5 | $small-view: 800px; | 5 | $small-view: 800px; |
6 | $mobile-view: 500px; | 6 | $mobile-view: 500px; |