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