zhifu gao
2024-01-19 2cca8104d26b454112f39b8405dcb0e70d365990
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}