Skip to content

Commit

Permalink
fix: 修改enum变量名
Browse files Browse the repository at this point in the history
  • Loading branch information
mayintao3 committed Jun 25, 2024
1 parent 00e9fae commit aae2850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style_propetries/style_property_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub enum CSSPropertyType {
AnimationIterationCount = 78,
Content = 79,
WordBreak = 80,
WebkitLineLamp = 81,
WebkitLineClamp = 81,
AnimationFillMode = 82,
BackgroundPositionX = 83,
BackgroundPositionY = 84,
Expand Down

0 comments on commit aae2850

Please sign in to comment.