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