Lint: Add -webkit-sticky support to CSSLint
This commit is contained in:
parent
bfc56bedf7
commit
f5342bd37e
|
@ -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,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user