Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 681 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 681 Bytes

@nimpl/classnames-minifier

Library for configuring style (css/scss/sass) modules to generate compressed classes (.header -> .a, .nav -> .b, ..., .footer -> .aad, etc.) with support for changes and rebuilding without clearing the built application. The package itself synchronizes minified classnames with components of the application compiled earlier.

Visit https://nimpl.tech/classnames-minifier to view the full documentation.

Installation

Using npm:

npm i @nimpl/classnames-minifier

Using yarn:

yarn add @nimpl/classnames-minifier

License

MIT