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