维石
2024-06-03 f591f33111453c674bb80b8a8fa9c0bff29477e1
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}