Skip to content

Commit 55187dc

Browse files
committed
fix(electron): postcss config
1 parent c3757a8 commit 55187dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-playground-electron/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = ctx => ({
44
variables: () => require('graphcool-styles/dist/variables/variables.js'),
55
}),
66
require('postcss-inherit')({
7-
globalStyles: 'node_modules/graphcool-styles/dist/styles.css',
7+
globalStyles: '../../node_modules/graphcool-styles/dist/styles.css',
88
propertyRegExp: /^(inherit|extend|p)s?:?$/i,
99
}),
1010
],

0 commit comments

Comments
 (0)