ant-design/style
2015-11-26 11:58:46 +08:00
..
components Merge pull request #565 from ant-design/badge-anim 2015-11-24 19:37:48 +08:00
core fix iconfont 2015-11-20 11:05:34 +08:00
mixins Fix validator animation style 2015-11-18 15:41:30 +08:00
themes/default change button border radius to 6px, #413 2015-11-26 11:58:46 +08:00
index.less update for motion 2015-07-02 13:57:26 +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";