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