File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,16 @@ export const getDefaultConfig = () => {
69
69
'left' ,
70
70
'right' ,
71
71
'top-left' ,
72
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
72
73
'left-top' ,
73
74
'top-right' ,
75
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
74
76
'right-top' ,
75
77
'bottom-right' ,
78
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
76
79
'right-bottom' ,
77
80
'bottom-left' ,
81
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
78
82
'left-bottom' ,
79
83
] as const
80
84
const scalePositionWithArbitrary = ( ) =>
You can’t perform that action at this time.
0 commit comments