Yabin Li
2024-03-04 aba47683fd4b2984dbff7fc79b0f532fc2d9f6b7
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}