语帆
2024-02-22 a70bd4b9ff593648de6b939a908caaaf18df5719
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}