From 92a4cf8b399ba24e6ab4a6577e5cb6499eb02bff Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Sun, 12 Sep 2021 15:13:45 +0300 Subject: [PATCH] Add `line-break` CSS property --- src/list.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/list.ts b/src/list.ts index abb0feb..b49a145 100644 --- a/src/list.ts +++ b/src/list.ts @@ -117,6 +117,7 @@ export const PROPERTY_LIST = [ "left", "letter-spacing", "line-clamp", + "line-break", "line-height", "list-style-position", "list-style-type", @@ -480,4 +481,4 @@ export const VALUE_WRAPPER = { "max-width": positive_unit, "min-height": positive_unit, "max-height": positive_unit -}; \ No newline at end of file +};