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