@jesses/gatsby-plugin-postcss

1.1.2 • Public • Published

gatsby-plugin-postcss

Provides drop-in support for PostCSS.

How to use

  1. Include the plugin in your gatsby-config.js file.
  2. Write your stylesheets with your desired PostCSS featureset and require/import those plugins
// in gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-postcss`,
    options: {
      postCssPlugins: [
        somePostCssPlugin()
      ]
    }
  }
]

Package Sidebar

Install

npm i @jesses/gatsby-plugin-postcss

Weekly Downloads

0

Version

1.1.2

License

MIT

Last publish

Collaborators

  • jesses