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