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