We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85acfc commit f31cdaaCopy full SHA for f31cdaa
packages/tailwindcss/src/utilities.ts
@@ -959,7 +959,6 @@ export function createUtilities(theme: Theme) {
959
['width', value],
960
['height', value],
961
])
962
-
963
staticUtility(`w-${key}`, [['width', value]])
964
staticUtility(`h-${key}`, [['height', value]])
965
staticUtility(`min-w-${key}`, [['min-width', value]])
0 commit comments