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