vxv-insert
v3.1.6
Published
Insert styles for vxv
Downloads
22
Maintainers
Readme
Install
$ npm install vxv-insert
Usage
const insert = require('vxv-insert');
insert(`
body {
background: red;
}
`);
// The pages background is red now
License
MIT © Tobias Herber