We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f79d0 commit 9c3f4cbCopy full SHA for 9c3f4cb
.changeset/many-maps-notice.md
@@ -0,0 +1,5 @@
1
+---
2
+"@devup-ui/wasm": patch
3
4
+
5
+Add lineClamp
libs/extractor/src/extract_style/mod.rs
@@ -25,6 +25,7 @@ static MAINTAIN_VALUE_PROPERTIES: Lazy<HashSet<String>> = Lazy::new(|| {
25
set.insert("opacity".to_string());
26
set.insert("flex".to_string());
27
set.insert("zIndex".to_string());
28
+ set.insert("lineClamp".to_string());
29
set.insert("fontWeight".to_string());
30
set.insert("scale".to_string());
31
set.insert("aspectRatio".to_string());
0 commit comments