Skip to content

[ABANDONED] Simple helper for inserting new css rules into page (not into element).

License

Notifications You must be signed in to change notification settings

Carrooi/Node-InsertStyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[ABANDONED] Simple helper for inserting new css rules into page (not into element).

Resources

License

Stars

Watchers

Forks

Packages

No packages published