Skip to content

Instantly share code, notes, and snippets.

@geekysrm
Last active February 6, 2020 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geekysrm/a211ea3afdcbde9bf51a33f26f7237e6 to your computer and use it in GitHub Desktop.
Save geekysrm/a211ea3afdcbde9bf51a33f26f7237e6 to your computer and use it in GitHub Desktop.
plugins: [
...
{
resolve: `gatsby-plugin-postcss`,
options: {
// Accepts all options defined by `gatsby-plugin-postcss` plugin.
},
},
{
resolve: `gatsby-plugin-emotion`,
options: {
// Accepts all options defined by `babel-plugin-emotion` plugin.
},
},
...
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment