Disable variable-only check for margin: 0.

header/meta/side-by-side
Icedream 2018-07-13 14:39:45 +02:00
parent a748cc419d
commit 1f0c6dcc55
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ body {
width: 100%; width: 100%;
text-align: left; text-align: left;
padding: 1em; padding: 1em;
margin: 0; margin: 0; // sass-lint:disable-line variable-for-property
z-index: 900; z-index: 900;
// copied from https://gist.github.com/Odepia/5790397 // copied from https://gist.github.com/Odepia/5790397
background: transparent; background: transparent;