File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ import "./prism-cb.css"
1212
1313// Gatsby API to set Wrapper components. Wrapping entire root with Grommet to get access to especially ResponsiveContext
1414export const wrapRootElement = ( { element } ) => {
15- return < Grommet > { element } </ Grommet >
15+ return < Grommet > < div id = "app" > { element } </ div > </ Grommet >
1616}
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ import "./prism-cb.css"
1212
1313// Gatsby API to set Wrapper components. Wrapping entire root with Grommet to get access to especially ResponsiveContext
1414export const wrapRootElement = ( { element } ) => {
15- return < Grommet > { element } </ Grommet >
15+ return < Grommet > < div id = "app" > { element } </ div > </ Grommet >
1616}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ module.exports = {
88 theme : {
99 extend : { } ,
1010 } ,
11+ important : "#app" ,
1112 plugins : [ ] ,
1213 corePlugins : {
1314 preflight : false ,
You can’t perform that action at this time.
0 commit comments