lesshint compliance

This commit is contained in:
yflory
2018-07-18 14:31:01 +02:00
parent 64b51f3a80
commit 2b1ed904f7
23 changed files with 42 additions and 22 deletions

View File

@@ -40,7 +40,7 @@
"depthLevel": {
"depth": 1 // TODO(cjd) This is obviously not triggering, even with 1
},
"duplicateProperty": { "enabled": true },
"duplicateProperty": { "enabled": false },
"emptyRule": { "enabled": true },
"hexValidation": { "enabled": true }, // disallow actual garbage color hex codes (e.g. #ab)
"propertyUnits": {