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