Skip to content

Commit 0038ac9

Browse files
committed
Fix
1 parent a31aa0e commit 0038ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/utilities.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11172,7 +11172,7 @@ test('border-style', async () => {
1117211172

1117311173
// All border utilities are generated in the same way
1117411174
// so we can test them all at once with a loop
11175-
let prefixes = [
11175+
const prefixes = [
1117611176
'border',
1117711177
'border-x',
1117811178
'border-y',

0 commit comments

Comments
 (0)