Skip to content

Commit e821147

Browse files
authored
Add line-break CSS property (#13)
1 parent 8d6418a commit e821147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/list.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export const PROPERTY_LIST = [
117117
"left",
118118
"letter-spacing",
119119
"line-clamp",
120+
"line-break",
120121
"line-height",
121122
"list-style-position",
122123
"list-style-type",
@@ -480,4 +481,4 @@ export const VALUE_WRAPPER = {
480481
"max-width": positive_unit,
481482
"min-height": positive_unit,
482483
"max-height": positive_unit
483-
};
484+
};

0 commit comments

Comments
 (0)