Use SASS module system

Get rid of all the SASS warnings/errors when building.
This commit is contained in:
N-Pex 2025-05-13 22:38:10 +02:00
parent b2f4f1d492
commit b1d47748c8
120 changed files with 189 additions and 157 deletions

View file

@ -1,3 +1,5 @@
@use "../variables" as *;
.poll-bubble {
width: 70%;
text-align: start;

View file

@ -1,3 +1,5 @@
@use "../variables" as *;
.grow-enter-active,
.grow-leave-active {
transition-timing-function: ease-out;