Ecosyste.ms: Awesome

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

https://github.com/joni2back/inline.js

Live CSS Helpers with Javascript
https://github.com/joni2back/inline.js

css inline-css inline-css-helpers inline-styles javascript-tools mutationobserver

Last synced: about 1 month ago
JSON representation

Live CSS Helpers with Javascript

Lists

README

        

# inline.js
CSS Helpers with Javascript
-------

Use inline css helpers in a fashion way, just add the magic classes to elements in real or render time

Some formulas:
```html


```
```html

hello!

```
```html

hello!

```

-------
```js
// usage
var container = window.document.getElementById('container');
window.inlinejs.apply(container);
```

### Contribute
To contribute to the project you can simply fork this repo, then do a pull request.

### Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, inline.js is maintained under [the Semantic Versioning guidelines](http://semver.org/).

### Copyright and license
Code and documentation released under [the MIT license](https://github.com/joni2back/inline.js/blob/master/LICENSE).