Skip to content

Commit a902156

Browse files
authored
Update safelist.test.js
1 parent b22a1b1 commit a902156

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/safelist.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ it('should safelist background color opacities based on a pattern regex', () =>
243243
.bg-red-500\/50 {
244244
background-color: rgb(239 68 68 / 0.5);
245245
}
246+
247+
.uppercase {
248+
text-transform: uppercase;
249+
}
246250
`)
247251
})
248252
})

0 commit comments

Comments
 (0)