Skip to content

Commit f31cdaa

Browse files
committed
wip
1 parent e85acfc commit f31cdaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tailwindcss/src/utilities.ts

-1
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,6 @@ export function createUtilities(theme: Theme) {
959959
['width', value],
960960
['height', value],
961961
])
962-
963962
staticUtility(`w-${key}`, [['width', value]])
964963
staticUtility(`h-${key}`, [['height', value]])
965964
staticUtility(`min-w-${key}`, [['min-width', value]])

0 commit comments

Comments
 (0)