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
Hello, yes this should be possible with both @use and @import. This is the top of my list to implement at the moment. The tricky part here is that I believe this requires writing a distinct parser for CSS. I am thinking this may be possible to implement over the weekend.
As an update to this, I have a skeleton of a parser complete, but it is slightly blocked on a larger refactor of how selectors are parsed. I also want to write a lot of tests.
Should it be possible to import a plain css file with
@use
as described in the sass docs?Potentially solved by #46
The text was updated successfully, but these errors were encountered: