JSPM

cssclasscrafter

1.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q52583F
  • License MIT

CSSClassCrafter is an npm library that enables developers to dynamically generate CSS classes based on user-defined configuration files. With a simple JSON format for specifying styles, it streamlines the styling process, allowing for easy customization and scalable solutions in web development.

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

Brand Logo

A utility-first CSS framework for rapidly building custom user interfaces.

Latest Release License

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