ant-design/style
2016-03-09 11:50:02 +08:00
..
components fix badge style 2016-03-09 11:50:02 +08:00
core Add new icons 2016-03-06 00:10:20 +08:00
mixins Fix ghost button background to transparent, close #1126 2016-03-05 14:11:39 +08:00
themes/default Add new icons 2016-03-06 00:10:20 +08:00
index.less modify less files 2016-01-25 17:32:10 +08:00
README.md Add lesslint and fix less code style 2015-08-20 16:55:42 +08:00

style

ant-design 样式库

目录说明

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

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

|-- mixins (less mixins)

|-- themes (皮肤)

约定

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

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

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