1.0.0 • Published 6 years ago
stylemaker v1.0.0
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.
1.0.0
6 years ago
0.0.4-beta-3
7 years ago
0.0.4-beta-2
7 years ago
0.0.4-beta-1
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago