Skip to content

Commit d4ff609

Browse files
committed
Deprecate bg-{left,right}-{top,bottom} in favor of bg-{top,bottom}-{left,right} utilities
1 parent 3722903 commit d4ff609

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/default-config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,16 @@ export const getDefaultConfig = () => {
6969
'left',
7070
'right',
7171
'top-left',
72+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
7273
'left-top',
7374
'top-right',
75+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
7476
'right-top',
7577
'bottom-right',
78+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
7679
'right-bottom',
7780
'bottom-left',
81+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
7882
'left-bottom',
7983
] as const
8084
const scalePositionWithArbitrary = () =>

0 commit comments

Comments
 (0)