雾聪
2023-12-18 9256fc69e60468731a8c0a94b262025c54b102a7
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}