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