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