0.0.1 • Published 9 years ago

roots-inline-css v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

roots-inline-css

npm tests dependencies Coverage Status

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 such

    rootsInlineCss = require('roots-inline-css')
    
    module.exports =
      options = {files: '/path/**.html', applyStyleTags:true}
      extensions: [rootsInlineCss(options)]

Usage

License & Contributing