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