辰冢
2025-02-12 5052ca8bf03c178d9ae73cb68785cd4afb0144d2
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}