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