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