diff --git a/client/gatsby-config.js b/client/gatsby-config.js index 123d3a4d9f1..af5a4fcd6e8 100644 --- a/client/gatsby-config.js +++ b/client/gatsby-config.js @@ -30,7 +30,14 @@ module.exports = { } }, 'gatsby-plugin-react-helmet', - 'gatsby-plugin-postcss', + { + resolve: 'gatsby-plugin-postcss', + options: { + postcssOptions: { + config: path.resolve(__dirname, 'postcss.config.js') + } + } + }, { resolve: 'gatsby-plugin-create-client-paths', options: {