Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0

This commit is contained in:
jljsj 2015-08-19 15:46:44 +08:00
commit eb0ecaa035
2 changed files with 3 additions and 23 deletions

View File

@ -48,25 +48,7 @@ React.render(<Datepicker />, mountNode);
我们欢迎任何形式的贡献,有任何建议或意见您可以进行 [Pull Request](https://github.com/ant-design/ant-design/pulls),或者给我们[提问](https://github.com/ant-design/ant-design/issues)。
## 开发说明
## 组件开发
#### 本地调试
```bash
$ npm install
$ npm start
```
然后访问 http://127.0.0.1:8000 。
#### [网站](http://ant.design)部署
```bash
$ npm run deploy
```
#### 版本构建
```bash
$ npm run release
```
- [[网站和组件开发说明]]
- [[版本发布流程]]

View File

@ -140,7 +140,6 @@
.@{menuPrefixCls}-submenu-title, .@{menuPrefixCls}-item {
.anticon {
width: 14px;
height: 14px;
margin-right: 8px;
top: -1px;
color: #999;
@ -243,7 +242,6 @@
.@{menuPrefixCls}-submenu-title, .@{menuPrefixCls}-item {
.anticon {
width: 14px;
height: 14px;
margin-right: 8px;
top: -1px;
}