Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b93c263

Browse files
committed
修改格式描述
修改格式描述
1 parent b34e189 commit b93c263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
* 在HTML中文档中用 `<meta charset="utf-8" />` 来指定编码;
131131
* 为每个CSS文档显示的定义编码,在文档首行定义 `@charset "utf-8";`
132132

133-
> 在sass中,如果文档中出现中文,如果未显示定义编码,将会编译出错,为了统一各种写法,且提前规避错误几率,统一要求每个CSS文档都需要定义编码
133+
> 在sass中,如果文档中出现中文,却未显示定义编码,将会编译出错,为了统一各种写法,且提前规避错误几率,统一要求每个CSS文档都需要定义编码
134134
135135
<a name="lowercase"></a>
136136
### 5.小写
@@ -386,7 +386,7 @@
386386

387387
* 将每个块元素、列表元素或表格元素都放在新行;
388388
* inline元素视情况换行,以长度不超过编辑器一屏为宜;
389-
* 每个子元素都需要相对其父级缩进(缩进约定见“通用约定”)。
389+
* 每个子元素都需要相对其父级缩进(参见[缩进约定](#indentation))。
390390

391391
不推荐:
392392

0 commit comments

Comments
 (0)