diff --git a/packages/tailwindcss/src/utilities.test.ts b/packages/tailwindcss/src/utilities.test.ts index 52a8318d2b8e..2ff35b1cb066 100644 --- a/packages/tailwindcss/src/utilities.test.ts +++ b/packages/tailwindcss/src/utilities.test.ts @@ -5401,26 +5401,26 @@ test('divide-x', () => { ).toMatchInlineSnapshot(` ":where(.divide-x > :not(:last-child)) { border-inline-style: var(--tw-border-style); - border-inline-end-width: calc(1px * var(--tw-divide-x-reverse)); - border-inline-start-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); + border-inline-start-width: calc(1px * var(--tw-divide-x-reverse)); + border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); } :where(.divide-x-123 > :not(:last-child)) { border-inline-style: var(--tw-border-style); - border-inline-end-width: calc(123px * var(--tw-divide-x-reverse)); - border-inline-start-width: calc(123px * calc(1 - var(--tw-divide-x-reverse))); + border-inline-start-width: calc(123px * var(--tw-divide-x-reverse)); + border-inline-end-width: calc(123px * calc(1 - var(--tw-divide-x-reverse))); } :where(.divide-x-4 > :not(:last-child)) { border-inline-style: var(--tw-border-style); - border-inline-end-width: calc(4px * var(--tw-divide-x-reverse)); - border-inline-start-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); + border-inline-start-width: calc(4px * var(--tw-divide-x-reverse)); + border-inline-end-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); } :where(.divide-x-\\[4px\\] > :not(:last-child)) { border-inline-style: var(--tw-border-style); - border-inline-end-width: calc(4px * var(--tw-divide-x-reverse)); - border-inline-start-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); + border-inline-start-width: calc(4px * var(--tw-divide-x-reverse)); + border-inline-end-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); } @property --tw-divide-x-reverse { @@ -5456,8 +5456,8 @@ test('divide-x with custom default border width', () => { :where(.divide-x > :not(:last-child)) { border-inline-style: var(--tw-border-style); - border-inline-end-width: calc(2px * var(--tw-divide-x-reverse)); - border-inline-start-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); + border-inline-start-width: calc(2px * var(--tw-divide-x-reverse)); + border-inline-end-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); } @property --tw-divide-x-reverse {