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