BienBoy
2025-02-01 c1e365fea09aafda387cac12fdff43d28c598979
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}