Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test
  • Loading branch information
adamwathan committed Nov 19, 2022
commit e973fc7f52536dff6c8de0b13ebffe45d89c7a20
2 changes: 1 addition & 1 deletion tests/plugins/fontSize.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ test('font-size utilities can include a line-height modifier', () => {
font-size: 19px;
line-height: 32px;
}
.md\:text-\[21\]\/\[29px\] {
.md\:text-\[21px\]\/\[29px\] {
font-size: 21px;
line-height: 29px;
}
Expand Down