update site style

This commit is contained in:
afc163 2016-02-23 01:03:50 +08:00
parent be3ed10e6c
commit c63a752de8
3 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@
## 安装
```
```bash
$ npm install antd
```

View File

@ -51,6 +51,6 @@ pre code {
border: 1px solid #e9e9e9;
padding: 10px 15px;
border-radius: 6px;
font-size: 14px;
font-size: 13px;
white-space: pre;
}

View File

@ -2,6 +2,7 @@ var webpack = require('webpack');
var config = require('./webpack.config');
delete config.devtool;
config.entry.demo = [config.entry.demo[0]];
config.plugins.push(new webpack.optimize.UglifyJsPlugin({
sourceMap: false,
output: {