majic31
2025-08-14 5115a066c971b2380c98f9be168e14869053eda1
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}