1.1.0 • Published 7 years ago

gatsby-plugin-uncss v1.1.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

Gatsby Plugin Uncss

JavaScript Style Guide npm version dependencies Status devDependencies Status
A Gatsby post-build plugin that implements Uncss.
Never worry about the size of your css framework again!
It updates your html files directly, removing any unused inline styles.

Install

$ npm install gatsby-plugin-uncss

Usage

In your gatsby-config.js file:

module.exports = {
  plugins: [
    {
      resolve: 'gatsby-plugin-uncss'
      options: {
        uncssOptions: { /* ... */ }
      }
    }
  ]
}

Options

Uncss options are documented here.

1.1.0

7 years ago

1.0.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago