Skip to content

Commit

Permalink
Add line-break CSS property (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum authored Sep 12, 2021
1 parent 8d6418a commit e821147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export const PROPERTY_LIST = [
"left",
"letter-spacing",
"line-clamp",
"line-break",
"line-height",
"list-style-position",
"list-style-type",
Expand Down Expand Up @@ -480,4 +481,4 @@ export const VALUE_WRAPPER = {
"max-width": positive_unit,
"min-height": positive_unit,
"max-height": positive_unit
};
};

0 comments on commit e821147

Please sign in to comment.