csskit
v3.0.2
Published
styles and command-line tool for modular, functional css
Downloads
35
Maintainers
Readme
csskit
A command-line tool for modular, functional css.
About
The csskit command-line tool is used for bundling css modules based on postcss and cssnano.
Install
npm install --save-dev csskit
Requires node.js version 8 or higher.
Usage
Create a css bundle
Usage:
csskit Create a css bundle
Args:
input (string)
Flags:
--output, -o specify an output file for the bundled
css
--minify, -m minify using npmjs.com/cssnano
Examples:
csskit style.css > bundle.css Create a css bundle from a source css
file
Subcommands:
csskit bundle Create a css bundle
See help for subcommands:
csskit [command] --help
Contributing
Contributions are welcome! Please read the contributing guidelines first.
Conduct
It is important that this project contributes to a friendly, safe, and welcoming environment for all. Read this project's code of conduct
Changelog
Read about the changes to this project in CHANGELOG.md. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Contact
- issues – Please open issues in the issues queue