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