Zelda64Recomp/assets/scss/styles/functions/_spacing.scss

5 lines
50 B
SCSS

@function space($amt) {
@return #{$amt}dp;
}