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