https://github.com/component/live-css
CSS changes live as they happen in development
https://github.com/component/live-css
Last synced: 8 months ago
JSON representation
CSS changes live as they happen in development
- Host: GitHub
- URL: https://github.com/component/live-css
- Owner: component
- Created: 2012-11-22T04:10:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-22T04:12:34.000Z (over 13 years ago)
- Last Synced: 2025-04-03T07:05:17.547Z (12 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# live-css
CSS changes live as they happen in development.
## Installation
$ component install --dev component/live-css
## Example
Simply require and `.start()`:
```js
require('live-css').start();
```
## Testing
```
$ npm install -g serve
$ serve . &
$ http://localhost:3000/demo/
```
## License
MIT