5 lines
50 B
SCSS
5 lines
50 B
SCSS
|
|
||
|
@function space($amt) {
|
||
|
@return #{$amt}dp;
|
||
|
}
|