语帆
2024-02-28 ab4a31201c218b212ac52cbd529024c5858a9f87
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}