Skip to content

Commit

Permalink
docs: move write-sass to faq
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 30, 2018
1 parent a77708b commit 20c9929
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 23 deletions.
18 changes: 17 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,20 @@ id: faq
title: FAQ
---

xxx
## CSS

### 如何使用 sass ?

先安装额外的依赖,

```bash
$ npm i node-sass sass-loader --save
```

然后修改 `.webpackrc`:

```json
{
"sass": {}
}
```
4 changes: 2 additions & 2 deletions docs/router.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: router
title: 路由
title: 路由配置
---

xxx

19 changes: 0 additions & 19 deletions docs/write-sass.md

This file was deleted.

2 changes: 1 addition & 1 deletion website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"load-on-demand": "按需加载",
"navigate-between-pages": "在页面间跳转",
"pwa": "PWA",
"router": "路由",
"router": "路由配置",
"test": "单元测试",
"theme": "定制主题",
"using-antd-or-antd-mobile": "使用 antd 或 antd-mobile",
Expand Down

0 comments on commit 20c9929

Please sign in to comment.