Skip to content

Commit bbfd865

Browse files
authored
fix: add $lineClamp key to styled components processing (#3370)
1 parent 465f6e3 commit bbfd865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsHelper/spicetifyWrapper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,7 @@ Spicetify._getStyledClassName = (args, component) => {
12051205
"$buttonSize",
12061206
"$position",
12071207
"$iconSize",
1208+
"$lineClamp",
12081209
];
12091210
const customKeys = ["blocksize"];
12101211
const customExactKeys = ["$padding", "$paddingBottom", "paddingBottom", "padding"];

0 commit comments

Comments
 (0)