csscompile
v0.3.0
Published
Compile, optimize and compress anything to CSS.
Downloads
24
Maintainers
Readme
CSSCompile
Compile, optimize and compress anything to CSS.
Why it's awesome
No spend several hours setting configuration files. CSSCompile will compile, optimize and compress anything to CSS. Set folder name where the source code is located and we'll take care of the rest for you. Just it!
NOTE: For now only works with Less, Sass, Stylus and CSS.
Getting Started
Install with npm
$ npm install csscompile
Install with Yarn
$ yarn add csscompile
Run with npx (without installing)
$ npx install csscompile
Usage
$ csscompile src dist
NOTE: Only the folder name is required.
CLI
$ csscompile --help
Usage:
$ csscompile <input> [<output>] [<options>]
Options:
-h, --help Display help information
-v, --version Output version
Examples:
$ csscompile src
$ csscompile src dist
Contributing
Want to contribute? Follow these recommendations.
License
Designed with ♥ by CJ Patoilo. Licensed under the MIT License.