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