globalsat
css的像素单位PX或Px宽敞的意思
英语四六级答案PX和Px的⽤途
如果你希望部分 px 单位不被转换成 rpx 或者 rem ,最简单的做法就是在 px 单位中增加⼀个⼤写字母,例如 Px 或者 PX 这样,则会被转换插件忽略。如:
衣服的英文/* `px` is converted to `rem` */
.convert{convenience
font-size: 16px; // converted to 1rem
tightly}
cond love/* `Px` or `PX` is ignored by `postcss-pxtorem` but still accepted by browrs */
.ignore{likewi
border: 1Px solid; // ignored学美发到哪个学校好
中美三个联合公报border-width: 2PX; // ignored
}