mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
8 lines
121 B
SCSS
8 lines
121 B
SCSS
$theme-spacing-value: 4px;
|
|
|
|
@function get-spacing($spacing) {
|
|
$spacingInPx: $spacing * 4px;
|
|
|
|
@return $spacingInPx;
|
|
}
|