1.0.4 • Published 5 years ago

gatsby-plugin-polished v1.0.4

Weekly downloads
999
License
MIT
Repository
github
Last release
5 years ago

gatsby-plugin-polished

A Gatsby plugin for polished. It's not required to use polished, but it adds the polished babel plugin, which removes the (tiny) runtime impact.

Install

npm install --save polished gatsby-plugin-polished babel-plugin-polished

How to use

Edit gatsby-config.js

module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-polished`
    }
  ]
}