We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3757a8 commit 55187dcCopy full SHA for 55187dc
packages/graphql-playground-electron/postcss.config.js
@@ -4,7 +4,7 @@ module.exports = ctx => ({
4
variables: () => require('graphcool-styles/dist/variables/variables.js'),
5
}),
6
require('postcss-inherit')({
7
- globalStyles: 'node_modules/graphcool-styles/dist/styles.css',
+ globalStyles: '../../node_modules/graphcool-styles/dist/styles.css',
8
propertyRegExp: /^(inherit|extend|p)s?:?$/i,
9
10
],
0 commit comments