File tree Expand file tree Collapse file tree 6 files changed +2952
-1337
lines changed
packages/graphql-playground-react Expand file tree Collapse file tree 6 files changed +2952
-1337
lines changed Original file line number Diff line number Diff line change 11{
22 "private" : true ,
3- "_workspaces " : [
3+ "workspaces " : [
44 " packages/*"
55 ],
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = (ctx) => ({
55 } ) ,
66 require ( 'postcss-cssnext' ) ( ) ,
77 require ( 'postcss-inherit' ) ( {
8- globalStyles : 'node_modules/graphcool-styles/dist/styles.css' ,
8+ globalStyles : '../../ node_modules/graphcool-styles/dist/styles.css' ,
99 propertyRegExp : / ^ ( i n h e r i t | e x t e n d | p ) s ? : ? $ / i,
1010 } ) ,
1111 ]
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import Root from './components/Root'
44import './styles/graphiql_dark.css'
55import './styles/graphiql_light.css'
66import './index.css'
7- import 'graphcool-styles/dist/styles.css'
87
98if ( process . env . NODE_ENV !== 'production' ) {
109 /* tslint:disable-next-line */
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import MiddlewareApp from './components/MiddlewareApp'
44import './styles/graphiql_dark.css'
55import './styles/graphiql_light.css'
66import './index.css'
7- import 'graphcool-styles/dist/styles.css'
87
98if ( process . env . NODE_ENV !== 'production' ) {
109 /* tslint:disable-next-line */
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import MiddlewareApp from './components/MiddlewareApp'
44import './styles/graphiql_dark.css'
55import './styles/graphiql_light.css'
66import './index.css'
7- import 'graphcool-styles/dist/styles.css'
87
98if ( process . env . NODE_ENV !== 'production' ) {
109 /* tslint:disable-next-line */
You can’t perform that action at this time.
0 commit comments