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