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