shixian
2024-12-20 a62cd7a3fdae0e48da16558daf89a4498512fdb9
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}