CSSLint: Add text-decoration-skip

This commit is contained in:
Rob Garrison 2017-12-24 12:13:00 -06:00 committed by tophf
parent 1040c20330
commit b2ea9be73f

View File

@ -3809,6 +3809,7 @@ var Properties = module.exports = {
"text-decoration" : "<text-decoration-line> || <text-decoration-style> || <text-decoration-color>", "text-decoration" : "<text-decoration-line> || <text-decoration-style> || <text-decoration-color>",
"text-decoration-color" : "<text-decoration-color>", "text-decoration-color" : "<text-decoration-color>",
"text-decoration-line" : "<text-decoration-line>", "text-decoration-line" : "<text-decoration-line>",
"text-decoration-skip" : "none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]",
"text-decoration-style" : "<text-decoration-style>", "text-decoration-style" : "<text-decoration-style>",
"text-emphasis" : 1, "text-emphasis" : 1,
"text-height" : 1, "text-height" : 1,