语帆
2024-02-22 cdc70650084f9a69bacd842b7434a008354e2ea0
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}