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