-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@use
rule doesn't compile
#42
Comments
Seems like this is actually simply not implemented in libsass. I filed a bug report with them: sass/libsass#3121 |
Hello, Stefan! We just have to wait until this feature is implemented in the LibSass library. |
It seems that this will never be added to LibSass: sass/libsass#2807 (comment) |
Thanks @TristanPct, I didn't see that news yet. Time to move on... |
Sometime in early September, I started working on creating a .NET wrapper around the Dart Sass. This library is not ready yet, but today I decided to publish interim results of work in order to reassure users of the LibSass Host library. When work is finished, I will inform you about it. |
Dart Sass Host 1.0.0 Preview 1 has been released. |
Hi,
it seems to me that
@use
rules aren't correctly compiled:foo.scss:
bar.scss:
I would expect the result to be
bar.css:
However, I get
Am I doing something wrong or is this a bug? I'm using version 1.3.1.
The text was updated successfully, but these errors were encountered: