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