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