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.
-translate-z-px
translate-z-px
1 parent 473f9a4 commit ffbcd26Copy full SHA for ffbcd26
packages/tailwindcss/src/utilities.ts
@@ -1230,16 +1230,6 @@ export function createUtilities(theme: Theme) {
1230
supportsNegative: true,
1231
},
1232
)
1233
- staticUtility(`-translate-z-px`, [
1234
- translateProperties,
1235
- [`--tw-translate-z`, '-1px'],
1236
- ['translate', 'var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z)'],
1237
- ])
1238
- staticUtility(`translate-z-px`, [
1239
1240
- [`--tw-translate-z`, '1px'],
1241
1242
1243
1244
staticUtility('translate-3d', [
1245
translateProperties,
0 commit comments