Skip to content

Commit

Permalink
Merge pull request #227 from synthtech/add-position-sticky
Browse files Browse the repository at this point in the history
Add support for position: sticky
  • Loading branch information
frvge committed Apr 3, 2017
2 parents 5c8b471 + 512f474 commit f306a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/Properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,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,

Expand Down

0 comments on commit f306a55

Please sign in to comment.