游雁
2025-08-15 f5051c55cd28db84c95142f44bcc2641efb68b13
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}