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