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