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