Simple helper for inserting new css rules into page (not into element).
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?
$ npm install insert-style
var insert = require('insert-style');
insert('.title', 'color: red; border: 1px solid blue;');
-
1.0.1
- Move under Carrooi organization
- Abandon package
-
1.0.0
- First version