Skip to content

Commit

Permalink
fix(electron): postcss config
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jan 22, 2018
1 parent c3757a8 commit 55187dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-playground-electron/postcss.config.js
Expand Up @@ -4,7 +4,7 @@ module.exports = ctx => ({
variables: () => require('graphcool-styles/dist/variables/variables.js'),
}),
require('postcss-inherit')({
globalStyles: 'node_modules/graphcool-styles/dist/styles.css',
globalStyles: '../../node_modules/graphcool-styles/dist/styles.css',
propertyRegExp: /^(inherit|extend|p)s?:?$/i,
}),
],
Expand Down

0 comments on commit 55187dc

Please sign in to comment.