mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 14:55:04 +01:00
5 lines
50 B
SCSS
5 lines
50 B
SCSS
|
|
||
|
@function space($amt) {
|
||
|
@return #{$amt}dp;
|
||
|
}
|