Shi Xian
2024-01-16 eba1fccfa07665ed9cada19cfab6cd342e03112e
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}