1
0
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:
Paweł Kuna
2025-11-23 22:05:45 +01:00
committed by GitHub
parent 14ed4693a5
commit 0106d6b7d2
48 changed files with 288 additions and 283 deletions

View File

@@ -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': (