gatsby-plugin-purify-css

2.2.0 • Public • Published

Gatsby Plugin PurifyCSS

JavaScript Style Guide npm version dependencies Status devDependencies Status
As featured in Gatsby's community plugins.
A Gatsby post-build plugin that implements PurifyCSS.
Never worry about the size of your css framework again!
Updates your html files directly, removing any unused inline styles.

Install

$ npm install gatsby-plugin-purify-css

Usage

In your gatsby-config.js file:

module.exports = {
  plugins: [
    {
      resolve: 'gatsby-plugin-purify-css'
      options: {
        purifyOptions: { /* ... */ }
      }
    }
  ]
}

Options

PurifyCSS options are documented here.

Package Sidebar

Install

npm i gatsby-plugin-purify-css@2.2.0

Version

2.2.0

License

GPL-3.0

Last publish

Collaborators

  • rongierlach