mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40: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"
|
||||
},
|
||||
"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",
|
||||
"lint": "make lint",
|
||||
"test": "make test",
|
||||
|
@ -36,7 +36,7 @@ const Baseline = ({
|
||||
}) => {
|
||||
|
||||
return (
|
||||
<StyledBaselineBackground data-baseline>
|
||||
<StyledBaselineBackground>
|
||||
{children}
|
||||
</StyledBaselineBackground>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user