Skip to content

Commit aae2850

Browse files
author
mayintao3
committed
fix: 修改enum变量名
1 parent 00e9fae commit aae2850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style_propetries/style_property_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub enum CSSPropertyType {
8383
AnimationIterationCount = 78,
8484
Content = 79,
8585
WordBreak = 80,
86-
WebkitLineLamp = 81,
86+
WebkitLineClamp = 81,
8787
AnimationFillMode = 82,
8888
BackgroundPositionX = 83,
8989
BackgroundPositionY = 84,

0 commit comments

Comments
 (0)