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