Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34e189 commit b93c263Copy full SHA for b93c263
README.md
@@ -130,7 +130,7 @@
130
* 在HTML中文档中用 `<meta charset="utf-8" />` 来指定编码;
131
* 为每个CSS文档显示的定义编码,在文档首行定义 `@charset "utf-8";`
132
133
-> 在sass中,如果文档中出现中文,如果未显示定义编码,将会编译出错,为了统一各种写法,且提前规避错误几率,统一要求每个CSS文档都需要定义编码
+> 在sass中,如果文档中出现中文,却未显示定义编码,将会编译出错,为了统一各种写法,且提前规避错误几率,统一要求每个CSS文档都需要定义编码
134
135
<a name="lowercase"></a>
136
### 5.小写
@@ -386,7 +386,7 @@
386
387
* 将每个块元素、列表元素或表格元素都放在新行;
388
* inline元素视情况换行,以长度不超过编辑器一屏为宜;
389
-* 每个子元素都需要相对其父级缩进(缩进约定见“通用约定”)。
+* 每个子元素都需要相对其父级缩进(参见[缩进约定](#indentation))。
390
391
不推荐:
392
0 commit comments