Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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