locasxe
2024-09-25 c494d8fd18c29f601829f428a327b09ac7c29aed
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}