Skip to content

Commit a080951

Browse files
committed
Fix test
1 parent 9e7eaac commit a080951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/fontSize.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ test('font-size utilities can include a line-height modifier', () => {
185185
font-size: 19px;
186186
line-height: 32px;
187187
}
188-
.md\:text-\[21\]\/\[29px\] {
188+
.md\:text-\[21px\]\/\[29px\] {
189189
font-size: 21px;
190190
line-height: 29px;
191191
}

0 commit comments

Comments
 (0)