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