雾聪
2024-10-10 4d8e96f695445af61e905d67fa486fcb382ec4ac
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}