WIP
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
@use 'variables';
|
||||
|
||||
$utilities: (
|
||||
'border': (
|
||||
property: border,
|
||||
class: b,
|
||||
values: variables.$borders
|
||||
),
|
||||
'border-top': (
|
||||
property: border-top,
|
||||
class: b-t,
|
||||
values: variables.$borders
|
||||
),
|
||||
'border-bottom': (
|
||||
property: border-bottom,
|
||||
class: b-b,
|
||||
values: variables.$borders
|
||||
),
|
||||
'border-left': (
|
||||
property: border-left,
|
||||
class: b-l,
|
||||
values: variables.$borders
|
||||
),
|
||||
'border-right': (
|
||||
property: border-right,
|
||||
class: b-r,
|
||||
values: variables.$borders
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
|
||||
@use 'variables';
|
||||
|
||||
$utilities: (
|
||||
'border': (
|
||||
property: border,
|
||||
class: b,
|
||||
values: variables.$borders
|
||||
),
|
||||
'border-top': (
|
||||
property: border-top,
|
||||
class: b-t,
|
||||
values: variables.$borders
|
||||
),
|
||||
'border-bottom': (
|
||||
property: border-bottom,
|
||||
class: b-b,
|
||||
values: variables.$borders
|
||||
),
|
||||
'border-left': (
|
||||
property: border-left,
|
||||
class: b-l,
|
||||
values: variables.$borders
|
||||
),
|
||||
'border-right': (
|
||||
property: border-right,
|
||||
class: b-r,
|
||||
values: variables.$borders
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user