stylemaker

1.0.0 • Public • Published

STYLE MAKER

A simple tool to write and use css in js without css-loader, implements css isolation.

Install

npm i -S stylemaker

Usage

import StyleMaker from 'style-maker';
var yourCssString = `
    #header {
        font-size: 24px;
        color: #666666;
    }
`
StyleMaker(yourCssString); // This will add the styles in a style tag of the document head.

Package Sidebar

Install

npm i stylemaker

Weekly Downloads

12

Version

1.0.0

License

ISC

Unpacked Size

5.16 kB

Total Files

7

Last publish

Collaborators

  • ferrousdesigner