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