Disable variable-only check for content: ' '.
parent
a25750cd33
commit
0381666d46
|
@ -118,7 +118,7 @@ body {
|
|||
opacity: 0.2;
|
||||
background-image: url("whitefog.png");
|
||||
background-attachment: fixed;
|
||||
content: ' ';
|
||||
content: ' '; // sass-lint:disable-line variable-for-property
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in New Issue