shixian.shi
2024-02-21 9bed46a31e28095a203806ccdd20932476124b47
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}