维石
2024-07-23 925910c5995bac39e9c5907c40070a30edfabe60
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}