0.1.2 • Published 4 years ago

nemean-theme v0.1.2

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

@nemean项目样式统一管理库

统一样式管理库,包括两部分内容: 1. Ant Design中暴露出来的允许自定义的LESS变量。 2. 没有提供自定义变量接口的,通过外置LESS文件来覆盖。

对于Ant中统一的样式,使用方法如下:

// .umirc.js
import theme from 'nemean-theme/light';
export default {
  theme,
}