@w567675/umi-hd
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @w567675/umi-hd

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

9.76 kB

Total Files

14

Last publish

Collaborators

  • w567675