melMass opened this issue 2 years ago · 2 comments
Hi,
Is there a reason for not handling @use too?
@use
Thanks
This plugin follows the native CSS @import spec, not SCSS behavior. Since @use is not part of native CSS, it's out of scope.
@import
Ah!! Thanks I'm a bit in a config rabbit hole, that makes sense. I think I have pretty much the issue of #390 but with vite / SvelteKit.