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