Disable variable-only check for displaying class with debug on.
parent
0381666d46
commit
d5f0a4170b
|
@ -5,7 +5,7 @@
|
|||
box-sizing: border-box
|
||||
position: relative
|
||||
&:after
|
||||
content: attr(class)
|
||||
content: attr(class) // sass-lint:disable-line variable-for-property
|
||||
z-index: 99999
|
||||
box-shadow: 0 0 10px black
|
||||
position: absolute
|
||||
|
|
Loading…
Reference in New Issue