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

/roots-inline-css/

    Package Sidebar

    Install

    npm i roots-inline-css

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • nimitzshah
    • kylemac