6 lines
73 B
SCSS
6 lines
73 B
SCSS
|
$spacing: (
|
||
|
"small": 1rem,
|
||
|
"medium": 2rem,
|
||
|
"large": 3rem,
|
||
|
);
|