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