px2vmin px2rem upx2vmin upx2rem
1.vmin 2.rem
"postcss-px2other": {
unit: 'px'
remUnit: 100,
convert_unit: "rem"
}
"postcss-px2other": {
unit: 'upx'
remUnit: 100,
convert_unit: "rem"
}
"postcss-px2other": {
unit: 'px'
vminUnit: 7.5,
convert_unit: "vmin"
}
"postcss-px2other": {
unit: 'upx'
vminUnit: 7.5,
convert_unit: "vmin"
}
MIT