Disable variable-only check for margin: 0.
parent
a748cc419d
commit
1f0c6dcc55
|
@ -16,7 +16,7 @@ body {
|
|||
width: 100%;
|
||||
text-align: left;
|
||||
padding: 1em;
|
||||
margin: 0;
|
||||
margin: 0; // sass-lint:disable-line variable-for-property
|
||||
z-index: 900;
|
||||
// copied from https://gist.github.com/Odepia/5790397
|
||||
background: transparent;
|
||||
|
|
Loading…
Reference in New Issue