1.0.4 • Published 3 years ago

@tender/umi-hd v1.0.4

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

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago