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