mirror of
https://github.com/tabler/tabler.git
synced 2026-01-10 06:30:08 +04:00
Update SCSS to use logical properties (#2537)
This commit is contained in:
@@ -164,7 +164,7 @@ $utilities: (
|
||||
),
|
||||
'border-end': (
|
||||
class: border-end,
|
||||
property: border-right,
|
||||
property: border-inline-end,
|
||||
values: $border-values,
|
||||
),
|
||||
'border-bottom': (
|
||||
@@ -173,12 +173,12 @@ $utilities: (
|
||||
),
|
||||
'border-start': (
|
||||
class: border-start,
|
||||
property: border-left,
|
||||
property: border-inline-start,
|
||||
values: $border-values,
|
||||
),
|
||||
'border-x': (
|
||||
class: border-x,
|
||||
property: border-left border-right,
|
||||
property: border-inline-start border-inline-end,
|
||||
values: $border-values,
|
||||
),
|
||||
'border-y': (
|
||||
|
||||
Reference in New Issue
Block a user