Package Exports
- cssclasscrafter
- cssclasscrafter/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cssclasscrafter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A utility-first CSS framework for rapidly building custom user interfaces.
Features
- Dynamic CSS Class Generation: Generate CSS classes dynamically based on your configuration.
- Flexible Configuration: Easily customize styles with a user-friendly config file.
- Utility Generation: Automatically generate utility classes for margin, padding, colors, and more.
- Lightweight: Minimal footprint, focused on performance.
Installation
To install CSSClassCrafter, use npm:
npm install cssclasscrafter
How To Use
To Generate config file
npx csscrafter init
After Config File Complete Just Fire This Command
npx csscrafter generate