You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
yiminghe 3795111cff Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0 9 years ago
..
components Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0 9 years ago
core updata easeing add quint 9 years ago
mixins Add lesslint and fix less code style 9 years ago
themes/default update iconfont and adjust some icon size 9 years ago
README.md Add lesslint and fix less code style 9 years ago
index.less update for motion 10 years ago

README.md

style

ant-design 样式库

目录说明

|-- components (定义所有组件样式)

|-- core (定义全局样式)

|-- mixins (less mixins)

|-- themes (皮肤)

约定

@css-prefix 变量定义整个样式库的类名前缀,默认为 ant-

各个组件中如要自定义类名前缀,请误重名变量,可参照如下定义:

@btn-prefix-cls: ~"@{css-prefix}btn";