Skip to content

Commit fbe5574

Browse files
committed
chore: style_names.rs updated
1 parent db889c0 commit fbe5574

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dom_entity_names/styles/style_names.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ make_styles! {
3838
MsFilter => "-ms-filter",
3939
MsFlowFrom => "-ms-flow-from",
4040
MsFlowInto => "-ms-flow-into",
41+
MsGridColumns => "-ms-grid-columns",
42+
MsGridRows => "-ms-grid-rows",
4143
MsHighContrastAdjust => "-ms-high-contrast-adjust",
4244
MsHyphenateLimitChars => "-ms-hyphenate-limit-chars",
4345
MsHyphenateLimitLines => "-ms-hyphenate-limit-lines",
@@ -250,6 +252,7 @@ make_styles! {
250252
FontOpticalSizing => "font-optical-sizing",
251253
FontSize => "font-size",
252254
FontSizeAdjust => "font-size-adjust",
255+
FontSmooth => "font-smooth",
253256
FontStretch => "font-stretch",
254257
FontStyle => "font-style",
255258
FontSynthesis => "font-synthesis",

0 commit comments

Comments
 (0)