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