csskit

3.0.2 • Public • Published

csskit

A command-line tool for modular, functional css.

npm travis standard conduct

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

License

ISC

Package Sidebar

Install

npm i csskit

Weekly Downloads

6

Version

3.0.2

License

ISC

Unpacked Size

17.9 kB

Total Files

20

Last publish

Collaborators

  • sethvincent