3.1.6 • Published 8 years ago
vxv-insert v3.1.6
Install
$ npm install vxv-insertUsage
const insert = require('vxv-insert');
insert(`
body {
background: red;
}
`);
// The pages background is red nowLicense
MIT © Tobias Herber
$ npm install vxv-insertconst insert = require('vxv-insert');
insert(`
body {
background: red;
}
`);
// The pages background is red nowMIT © Tobias Herber