0.0.4-beta-1 • Published 8 years ago
stylemaker v0.0.4-beta-1
STYLE MAKER
A simple tool to write and use css in js without css-loader, implements css isolation.
Install
npm i -S stylemakerUsage
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
7 years ago
0.0.4-beta-3
7 years ago
0.0.4-beta-2
8 years ago
0.0.4-beta-1
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago