You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ uname -a
Linux DESKTOP-BR1RAQF 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ node -v
v12.22.9 # very old; but in newer Node this problem reproduced too
$ npm --version
8.5.1
$ npx sass --version
1.77.8
The text was updated successfully, but these errors were encountered:
Recently CSS has native nesting, and in importing CSS with combinations of multiple nesting and
@media
from Scss I found a problem.(it might be labelled as wontfix, as Sass
@import
is going to be deprecated...)Reproduction
Expected result
Actual result
Environment
The text was updated successfully, but these errors were encountered: