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