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 4364362 commit 77752cdCopy full SHA for 77752cd
packages/tailwindcss/src/utilities.ts
@@ -1233,14 +1233,6 @@ export function createUtilities(theme: Theme) {
1233
],
1234
})
1235
1236
- suggest('translate', () => [
1237
- {
1238
- supportsNegative: true,
1239
- supportsFractions: true,
1240
- valueThemeKeys: ['--translate', '--spacing'],
1241
- },
1242
- ])
1243
-
1244
for (let axis of ['x', 'y', 'z']) {
1245
/**
1246
* @css `translate`
0 commit comments