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