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