mirror of https://github.com/xwiki-labs/cryptpad
allow 'ch' units in less files
This commit is contained in:
parent
79605f4e7b
commit
919af10913
|
@ -44,7 +44,7 @@
|
|||
"emptyRule": { "enabled": true },
|
||||
"hexValidation": { "enabled": true }, // disallow actual garbage color hex codes (e.g. #ab)
|
||||
"propertyUnits": {
|
||||
"valid": ["rem", "vw", "em", "px"], // These units are allowed for all properties
|
||||
"valid": ["rem", "vw", "em", "px", "ch"], // These units are allowed for all properties
|
||||
"invalid": ["pt"], // The 'pt' unit is not allowed under any circumstances
|
||||
"properties": {
|
||||
//"line-height": [] // No units are allowed for line-height
|
||||
|
|
Loading…
Reference in New Issue