5 lines
50 B
SCSS
Raw Normal View History

2024-01-07 15:33:22 -06:00
@function space($amt) {
@return #{$amt}dp;
}