passerbya
2025-03-20 5ee2f382b32c5c0beaa1c133b466a100c6fb7ebc
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}