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