Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/live-css
CSS changes live as they happen in development
https://github.com/component/live-css
Last synced: 12 days 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-22T04:12:34.000Z (about 12 years ago)
- Last Synced: 2024-05-08T17:11:01.770Z (8 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 13
- Watchers: 5
- 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