html-inline-css-loader

0.2.1 • Public • Published

html-inline-css-loader

This is a webpack loader that inlines or embeds CSS within HTML using inline-css and juice.

rules: [
  {
    test: /\.html$/,
    use: [
      { loader: 'file-loader' },
      { loader: 'html-inline-css-loader' }
    ]
  }
]

Roadmap

  • cpselvis/inline-html-loader
  • hxfdarling/html-inline-assets-loader

/html-inline-css-loader/

    Package Sidebar

    Install

    npm i html-inline-css-loader

    Weekly Downloads

    76

    Version

    0.2.1

    License

    MIT

    Unpacked Size

    3.25 kB

    Total Files

    4

    Last publish

    Collaborators

    • boycce