We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db889c0 commit fbe5574Copy full SHA for fbe5574
src/dom_entity_names/styles/style_names.rs
@@ -38,6 +38,8 @@ make_styles! {
38
MsFilter => "-ms-filter",
39
MsFlowFrom => "-ms-flow-from",
40
MsFlowInto => "-ms-flow-into",
41
+ MsGridColumns => "-ms-grid-columns",
42
+ MsGridRows => "-ms-grid-rows",
43
MsHighContrastAdjust => "-ms-high-contrast-adjust",
44
MsHyphenateLimitChars => "-ms-hyphenate-limit-chars",
45
MsHyphenateLimitLines => "-ms-hyphenate-limit-lines",
@@ -250,6 +252,7 @@ make_styles! {
250
252
FontOpticalSizing => "font-optical-sizing",
251
253
FontSize => "font-size",
254
FontSizeAdjust => "font-size-adjust",
255
+ FontSmooth => "font-smooth",
256
FontStretch => "font-stretch",
257
FontStyle => "font-style",
258
FontSynthesis => "font-synthesis",
0 commit comments