Dynamic CSS for your web page!!!
npm install hobostyleDynamic CSS for your web page!!!
Assuming you're using browserify:
``bash`
npm install hobostyle
Then
`js`
var hobostyle = require('hobostyle');
`js`
var mystyle = hobostyle.style('body { background-color: blue; }');
Then later,
`js`
mystyle.set('body { background-color: red; }');
`js`
var mystyle = hobostyle.style(css);
This will create a new