style-tag

0.1.1 • Public • Published

style-tag

Create <style> elements dynamically in the browser.

Install

$ npm install style-tag

Use Browserify.

Usage

var styletag = require('style-tag');

// create a <style> tag and return it
// Arg is the initial CSS
var tag = styletag('h1 { color: red; }');

// update the CSS
tag.set('h1 { color: green; }');

// destroy the stylesheet
tag.destroy();

License

MIT.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i style-tag

    Weekly Downloads

    177

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • jaz303