Skip to content

Commit

Permalink
Add failing test for non-configured modifier values
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 21, 2022
1 parent 0104c8d commit 3ce68e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/plugins/fontSize.test.js
Expand Up @@ -127,6 +127,7 @@ test('font-size utilities can include a line-height modifier', () => {
raw: html`<div class="text-sm md:text-base">
<div class="text-sm/6 md:text-base/7"></div>
<div class="text-sm/[21px] md:text-base/[33px]"></div>
<div class="text-sm/999 md:text-base/000"></div>
</div>`,
},
],
Expand Down

0 comments on commit 3ce68e1

Please sign in to comment.