维石
2024-07-25 530125dca86b6cecb853ce08f2dfaab461fa762a
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}