Skip to content

Library for configuring style (css/scss/sass) modules to generate compressed classes in next.js

License

Notifications You must be signed in to change notification settings

vordgi/nimpl-classnames-minifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84cd792 · Oct 26, 2024
Oct 26, 2024
Apr 17, 2024
Oct 26, 2024
Oct 26, 2024
Dec 29, 2021
Dec 29, 2021
Apr 1, 2024
Apr 17, 2024
Oct 26, 2024
Oct 26, 2024
Oct 26, 2024
Oct 26, 2024

Repository files navigation

@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