shixian.shi
2024-02-21 0c64e61c97a8232203694c3672e254d736a13be3
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}