zhifu gao
2023-11-24 269554388c21d46c522d02cbb28a03b5a577567e
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}