1.0.1 • Published 9 years ago

insert-style v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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?

sad cat

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