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
I've implemented this according to the docs ... but whenever I use @use nothing works. but if I use the old @import everything is fine.
Now, HOW do I make sure that I use the right (Dart Sass – which support @use) version and NOT LibSass? I've installed Dart Sass globally npm i -g sass, and also locally (otherwise it won't run). So, basically I'm confused ...
The text was updated successfully, but these errors were encountered:
Can you post an example of what isn't working? A GitHub repository, CodeSandbox or something else?
gulp-sass is just a thin wrapper around sass, and I use @use without problems myself. Most likely there's a problem with your setup, but you don't give much detail about it.
Now, HOW do I make sure that I use the right [...] version
I've implemented this according to the docs ... but whenever I use
@use
nothing works. but if I use the old@import
everything is fine.Now, HOW do I make sure that I use the right (Dart Sass – which support
@use
) version and NOT LibSass? I've installed Dart Sass globallynpm i -g sass
, and also locally (otherwise it won't run). So, basically I'm confused ...The text was updated successfully, but these errors were encountered: