Spaces:
Runtime error
Runtime error
File size: 211 Bytes
930af4a |
1 2 3 4 5 6 7 8 9 |
"rules": {
"block-no-empty": true,
"color-hex-case": "lower",
"color-hex-length": "short",
"color-no-invalid-hex": true,
"declaration-colon-space-after": "always",
"max-empty-lines": 2
}
|