Lint: Add -webkit-sticky support to CSSLint

This commit is contained in:
Rob Garrison 2017-10-10 15:39:05 -05:00 committed by tophf
parent bfc56bedf7
commit f5342bd37e

View File

@ -3715,7 +3715,7 @@ var Properties = module.exports = {
"pitch-range" : 1, "pitch-range" : 1,
"play-during" : 1, "play-during" : 1,
"pointer-events" : "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all", "pointer-events" : "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all",
"position" : "static | relative | absolute | fixed | sticky", "position" : "static | relative | absolute | fixed | sticky | -webkit-sticky",
"presentation-level" : 1, "presentation-level" : 1,
"punctuation-trim" : 1, "punctuation-trim" : 1,