csscssbeauty
v0.1.1
Published
Executes CSSCSS and shows the result beautified on a local server.
Downloads
7
Maintainers
Readme
CSSCSS Beauty
Executes CSSCSS and shows the result beautified on a local server. The result will automatically be updated once a file change.
Installation
Install NodeJS, NPM, Ruby and CSSCSS.
Then install CSSCSSBeauty by npm:
npm install csscssbeauty -g
Usage
csscssbeauty --port=9999 --browser=Chrome /path/to/file_1.css /path/to/file_2.css /path/to/file_n.css
port
is optional, default is 8787.browser
is optional, default is the default browser. Set to false if no browser should be opened.