mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-01-04 08:41:25 +00:00
5 lines
50 B
SCSS
5 lines
50 B
SCSS
|
|
||
|
@function space($amt) {
|
||
|
@return #{$amt}dp;
|
||
|
}
|