mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 22:20:06 +02:00
turning off baseline grid overlay and remove "data-" attr
This commit is contained in:
parent
cf723f5010
commit
6bf348659b
@ -9,7 +9,7 @@
|
|||||||
"lib": "src"
|
"lib": "src"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --define process.env.BASELINE_GRID=true --open --config webpack/index.js ",
|
"start": "webpack-dev-server --define process.env.BASELINE_GRID=false --open --config webpack/index.js ",
|
||||||
"production": "node server",
|
"production": "node server",
|
||||||
"lint": "make lint",
|
"lint": "make lint",
|
||||||
"test": "make test",
|
"test": "make test",
|
||||||
|
@ -36,7 +36,7 @@ const Baseline = ({
|
|||||||
}) => {
|
}) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<StyledBaselineBackground data-baseline>
|
<StyledBaselineBackground>
|
||||||
{children}
|
{children}
|
||||||
</StyledBaselineBackground>
|
</StyledBaselineBackground>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user