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