Xingchen Song(宋星辰)
2024-06-11 0bd1a4d6a9893e45438505514a063d9deee91f21
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}