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