Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 321 Bytes

Readme.md

File metadata and controls

28 lines (17 loc) · 321 Bytes

live-css

CSS changes live as they happen in development.

Installation

$ component install --dev component/live-css

Example

Simply require and .start():

require('live-css').start();

Testing

$ npm install -g serve
$ serve . &
$ http://localhost:3000/demo/

License

MIT