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