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: 14 days ago
JSON representation
Live CSS Helpers with Javascript
- Host: GitHub
- URL: https://github.com/joni2back/inline.js
- Owner: joni2back
- License: mit
- Created: 2015-05-18T14:20:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T13:33:09.000Z (over 9 years ago)
- Last Synced: 2024-10-15T04:45:06.059Z (27 days ago)
- Topics: css, inline-css, inline-css-helpers, inline-styles, javascript-tools, mutationobserver
- Language: JavaScript
- Homepage: http://joni2back.github.io/inline.js
- Size: 201 KB
- Stars: 40
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```
```htmlhello!
```
```htmlhello!
```-------
```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).