mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
ff0262c50c
# By afc163 (55) and others # Via afc163 (21) and others * 'master' of github.com:ant-design/ant-design: (96 commits) arrow size and rotate input focus style update update site style fix color variable sort params 修复清空的问题 prepare npm update table document fix sort table logic, only allow one column to be sorted at a time chore: change collapse color optimize deploy update table row-selection style update table demos fix markdown table in chrome fix table loading style feat: collapse style review and change fix table loading style fix table loading style update table document update filter dropdown function and style ... Conflicts: index.js style/components/index.less |
||
---|---|---|
.. | ||
components | ||
core | ||
mixins | ||
themes/default | ||
index.less | ||
README.md |
style
ant-design 样式库
目录说明
|-- components (定义所有组件样式)
|-- core (定义全局样式)
|-- mixins (less mixins)
|-- themes (皮肤)
约定
@css-prefix 变量定义整个样式库的类名前缀,默认为 ant-
,
各个组件中如要自定义类名前缀,请误重名变量,可参照如下定义:
@btnPrefixClass: ~"@{css-prefix}btn";