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