Skip to content

Commit 9c3f4cb

Browse files
committed
Add lineClamp
1 parent 68f79d0 commit 9c3f4cb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/many-maps-notice.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@devup-ui/wasm": patch
3+
---
4+
5+
Add lineClamp

libs/extractor/src/extract_style/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ static MAINTAIN_VALUE_PROPERTIES: Lazy<HashSet<String>> = Lazy::new(|| {
2525
set.insert("opacity".to_string());
2626
set.insert("flex".to_string());
2727
set.insert("zIndex".to_string());
28+
set.insert("lineClamp".to_string());
2829
set.insert("fontWeight".to_string());
2930
set.insert("scale".to_string());
3031
set.insert("aspectRatio".to_string());

0 commit comments

Comments
 (0)