zhifu gao
2024-03-14 35b1c051f6db3649a818547902497d219c871b84
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}