insert-style
v1.0.1
Published
[ABANDONED] Simple helper for inserting new css rules into page (not into element).
Downloads
4
Maintainers
Readme
insert-style
Simple helper for inserting new css rules into page (not into element).
Help
Unfortunately I don't have any more time to maintain this repository :-(
Don't you want to save me and this project by taking over it?
Installation
$ npm install insert-style
Usage
var insert = require('insert-style');
insert('.title', 'color: red; border: 1px solid blue;');
Changelog
1.0.1
- Move under Carrooi organization
- Abandon package
1.0.0
- First version