游雁
2024-04-28 b3d8864bc92045f490a82abef8f2300c2e2828ac
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}