xuan
2024-02-26 b4affb21ef34ac11cb0252b386080e6494fbfb30
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}