ant-design/components/style/themes/index.less
zombieJ 98fc8a14e0
feat: Support append theme less file with less-variable (#16118)
* add override

* add override support

* update doc
2019-04-16 21:59:25 +08:00

5 lines
93 B
Plaintext

@import './default.less';
@ant-theme-file: ~'./override.less';
@import '@{ant-theme-file}';