kmn1024
2025-06-25 443bc09c11f3cf89ffc573aab2021f0c933aa5b3
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}