roots-inline-css

0.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i roots-inline-css

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • nimitzshah
  • kylemac