connorjs / css-typed

TypeScript declaration generator for CSS files
https://npmjs.com/package/css-typed
MIT License
4 stars 1 forks source link

💥 localsConvention option #17

Closed connorjs closed 3 months ago

connorjs commented 3 months ago

Replaces --dashes option with proper --localsConvention option that matches PostCSS and other libraries. Changes the default to dashesOnly which roughly matches the previous --dashes implementation.

BREAKING CHANGE: CLI change

Adds lodash.camelcase to match PostCSS implementation.

+semver:minor (0.x semver)

Closes #2.