游雁
2024-02-22 4a71f20682f3d9a665cfb67afdaf673cc81d81b1
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}