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