Skip to content

Commit 592c959

Browse files
committed
Fix typo
1 parent 4717994 commit 592c959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ describe('@apply', () => {
666666
})
667667

668668
// https://github.com/tailwindlabs/tailwindcss/issues/16935
669-
it('should now swallow @utility declarations when @apply is used in nested rules', async () => {
669+
it('should not swallow @utility declarations when @apply is used in nested rules', async () => {
670670
expect(
671671
await compileCss(
672672
css`

0 commit comments

Comments
 (0)