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