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