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