mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
Fix wrong logical properties in rounded-start and rounded-end utilities (#2843)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user