Disable variable-only check for content: ' '.

header/meta/side-by-side
Icedream 2018-07-13 14:41:16 +02:00
parent a25750cd33
commit 0381666d46
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ body {
opacity: 0.2; opacity: 0.2;
background-image: url("whitefog.png"); background-image: url("whitefog.png");
background-attachment: fixed; background-attachment: fixed;
content: ' '; content: ' '; // sass-lint:disable-line variable-for-property
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;