activeguild / vite-plugin-sass-dts

This is a plugin that automatically creates a type file when using the CSS module type-safely.
MIT License
120 stars 18 forks source link

Support sass modern API #101

Closed roman-petrov closed 1 month ago

roman-petrov commented 2 months ago

Vite 5.4.0 ships modern sass API support:

which allows to use sass pkg: importers and has other improvements compared to legacy sass API.

Can this please be supported?

activeguild commented 2 months ago

Thank you. I'm planning on supporting it.

roman-petrov commented 2 months ago

That's cool! Thank you for the great plugin!

activeguild commented 1 month ago

Supported in the latest version.