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