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
Is there a way to include basic CSS files in a SASS compilation? I've googled around and the majority advice is to use the syntax @import "my-file" without an extension. I found this only works using libsass, where as this dart implementation doesn't seem to work.
Is there a way to include basic CSS files in a SASS compilation? I've googled around and the majority advice is to use the syntax
@import "my-file"
without an extension. I found this only works using libsass, where as this dart implementation doesn't seem to work.Some related issues I found:
sass/sass#1094
sass/sass#193
sass/libsass#754 - libsass implementation of above syntax
I'm just curious if this syntax is planned to be supported in this dart implementation or it will remain an exclusive of libsass.
The text was updated successfully, but these errors were encountered: