Zelda64Recomp/assets/scss/styles/functions/_spacing.scss
2024-01-07 15:33:22 -06:00

5 lines
50 B
SCSS

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