0.1.1 • Published 8 years ago
sass-cli v0.1.1
sass-cli
CLI tool for Sass/SCSS
Installation
$ npm install -g sass-cliQuick Start
The quickest way to get started with sass-cli is to utilize the executable sass(1) to generate an application as shown below:
Create the app:
$ sass-cli new fooCreate sass app:
$ sass-cli new foo --sassInstall dependencies:
$ npm installCompile your styles:
$ npm start$ grunt watchGenerate component:
$ sass-cli g fooCommand Line Options
This cli can also be further configured with the following command line flags.
-h, --help output usage information
--version output the version number
new [value] create new sass/scss project
-s, --sass use sass stylesheet (defaults to scss)
-u, --unit specify units (px|em|rem) (defaults to px)
g, generate generate component
-f, --force force on non-empty directory