游雁
2024-07-17 a836eca98e30fa67d45167dac40f359ae42d42ec
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}