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