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