Fix wrong logical properties in rounded-start and rounded-end utilities (#2843)

This commit is contained in:
Bartosz-Do
2026-08-11 20:14:25 +02:00
committed by GitHub
parent 48de0b5a10
commit 2a0ff15e7f
+2 -2
View File
@@ -839,7 +839,7 @@ $utilities: map.merge(
),
),
'rounded-end': (
property: border-end-end-radius border-end-start-radius,
property: border-end-end-radius border-start-end-radius,
class: rounded-end,
values: (
null: var(--border-radius),
@@ -869,7 +869,7 @@ $utilities: map.merge(
),
),
'rounded-start': (
property: border-start-start-radius border-start-end-radius,
property: border-start-start-radius border-end-start-radius,
class: rounded-start,
values: (
null: var(--border-radius),