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 19 forks source link

fix: support files with a .pcss extension #107

Open trygveaa opened 1 week ago

trygveaa commented 1 week ago

This extension is sometimes used when using postcss and is supported out of the box with e.g. Vite. The files have the same syntax as css files, so it should work without further changes.