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