莫拉古
2024-11-29 ae49b2a8e1bc676e6014d8a12ebeec947b655e3e
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}