0.0.6 • Published 3 years ago

@reactseed/antd-theme v0.0.6

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

Install

# only support antd v4+
$ npm install @reactseed/antd-theme

Usage

webpack

import reactSeedTheme from '@reactseed/antd-theme';

// webpack.config.js: less-loader
{
  loader: 'less-loader',
  options: {
    modifyVars: reactSeedTheme,
  },
},

Use in Ant Design Pro: https://github.com/ant-design/ant-design-pro/pull/2946/

less

@import '~@reactseed/antd-theme/index.less';
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago