Add CSSLint position sticky rule
This commit is contained in:
parent
1fc17861db
commit
132cdc9920
2
vendor/csslint/csslint-worker.js
vendored
2
vendor/csslint/csslint-worker.js
vendored
|
@ -3714,7 +3714,7 @@ var Properties = module.exports = {
|
|||
"pitch-range" : 1,
|
||||
"play-during" : 1,
|
||||
"pointer-events" : "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all",
|
||||
"position" : "static | relative | absolute | fixed",
|
||||
"position" : "static | relative | absolute | fixed | sticky",
|
||||
"presentation-level" : 1,
|
||||
"punctuation-trim" : 1,
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user