Skip to content

Commit 798eb2a

Browse files
committed
Fix formatting
1 parent d7d3734 commit 798eb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/08-arbitrary-values.test.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
--tw-ring-shadow: 0 0 #0000;
99
}
1010
.mt-\[clamp\(30px\2c 100px\)\] {
11-
margin-top: clamp(30px, 100px);
11+
margin-top: clamp(30px, 100px);
1212
}
1313
.w-\[3\.23rem\] {
1414
width: 3.23rem;

0 commit comments

Comments
 (0)