1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-10-16 07:51:59 +00:00

fix scss import deprecation warnings

This commit is contained in:
lemonslut 2025-06-07 00:44:29 -06:00
parent b250075813
commit bfe7d56845
No known key found for this signature in database
10 changed files with 55 additions and 50 deletions

View file

@ -1,3 +1,5 @@
@use 'container.scss';
.ffz--tab-container {
@extend .ffz--outer-container;
@ -33,4 +35,4 @@
& > section {
@extend .ffz--inner-container;
}
}
}