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