@tender/umi-hd
v1.0.4
Published
@alitajs/hd 修改下改成安卓不高清方案
Downloads
6
Readme
@alitajs/hd
Hd plugin for umi.
Usage
// .umirc.ts
export default {
plugins: ['@alitajs/hd'],
hd: true,
};
hd
more options:
{
// same as config.theme, default set @hd: 2px
"theme": {},
"px2rem": {
"rootValue": 100,
"unitPrecision": 5,
"propWhiteList": [],
"propBlackList": [],
"exclude": false,
"selectorBlackList": [],
"ignoreIdentifier": false,
"replace": true,
"mediaQuery": false,
"minPixelValue": 0
}
}