1.0.0 • Published 3 years ago

@w567675/umi-hd v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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
  }
}