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