雾聪
2024-04-18 e29e245bcdb765a0a7b723451d7c21ccfa4446c1
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}