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