Skip to content

Commit

Permalink
chore: style_names.rs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKavik committed Oct 23, 2020
1 parent db889c0 commit fbe5574
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dom_entity_names/styles/style_names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ make_styles! {
MsFilter => "-ms-filter",
MsFlowFrom => "-ms-flow-from",
MsFlowInto => "-ms-flow-into",
MsGridColumns => "-ms-grid-columns",
MsGridRows => "-ms-grid-rows",
MsHighContrastAdjust => "-ms-high-contrast-adjust",
MsHyphenateLimitChars => "-ms-hyphenate-limit-chars",
MsHyphenateLimitLines => "-ms-hyphenate-limit-lines",
Expand Down Expand Up @@ -250,6 +252,7 @@ make_styles! {
FontOpticalSizing => "font-optical-sizing",
FontSize => "font-size",
FontSizeAdjust => "font-size-adjust",
FontSmooth => "font-smooth",
FontStretch => "font-stretch",
FontStyle => "font-style",
FontSynthesis => "font-synthesis",
Expand Down

0 comments on commit fbe5574

Please sign in to comment.