ant-design/style
蔡伦 ff0262c50c Merge branch 'master' of github.com:ant-design/ant-design
# 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
2015-07-15 15:28:07 +08:00
..
components Merge branch 'master' of github.com:ant-design/ant-design 2015-07-15 15:28:07 +08:00
core Merge master to components-table 2015-07-14 21:01:42 +08:00
mixins input focus style update 2015-07-15 15:02:18 +08:00
themes/default update site style 2015-07-15 14:35:40 +08:00
index.less update for motion 2015-07-02 13:57:26 +08:00
README.md move ant-style inside ant-desgin 2015-06-09 15:21:44 +08:00

style

ant-design 样式库

目录说明

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

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

|-- mixins (less mixins)

|-- themes (皮肤)

约定

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

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

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