umi-plugin-ant-theme-fork

2.1.4 • Public • Published

umi-plugin-antd-theme

NPM version NPM downloads

Usage

Configure in config/theme.config.json,

{
  "theme": [
    {
      "theme": "dark",
      "fileName": "dark.css"
    },
    {
      "fileName": "mingQing.css",
      "modifyVars": {
        "@primary-color": "#13C2C2"
      }
    }
  ],
  // css
  "min": true,
  // css module
  "isModule": true,
  //  antd 
  "ignoreAntd": false,
  //  pro-layout
  "ignoreProLayout": false,
  // 使
  "cache": true
}

you can get config in window.umi_plugin_ant_themeVar

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i umi-plugin-ant-theme-fork

Weekly Downloads

1

Version

2.1.4

License

MIT

Unpacked Size

18.8 kB

Total Files

7

Last publish

Collaborators

  • senro