postcss/postcss-import

Shouldn't this plugin work with @use?

melMass opened this issue · 2 comments

Hi,

Is there a reason for not handling @use too?

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.

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.