roots-inline-css
v0.0.1
Published
a roots extension for inlining your CSS properties into the style attribute in an html file
Downloads
5
Readme
roots-inline-css
a roots extension for inlining your CSS properties into the style attribute in an html file
Note: This project is in early development, and versioning is a little different. Read this for more details.
Installation
make sure you are in your roots project directory
npm install roots-inline-css --save
modify your
app.coffee
file to include the extension, as suchrootsInlineCss = require('roots-inline-css') module.exports = options = {files: '/path/**.html', applyStyleTags:true} extensions: [rootsInlineCss(options)]
Usage
License & Contributing
- Details on the license can be found here
- Details on running tests and contributing can be found here