postcss / postcss-mixins

PostCSS plugin for mixins
MIT License
466 stars 47 forks source link

Add .cjs file extension support #163

Closed pridyok closed 5 months ago

pridyok commented 5 months ago

Vite requires PostCSS config to be loaded as CommonJS using the .cjs file extension. Currently files with a .cjs extension are ignored by the mixinsFiles and mixinsDir options. This fixes that.

ai commented 5 months ago

Thanks. Released in 10.0.1.