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 312cbbc commit d90d1d2Copy full SHA for d90d1d2
README.md
@@ -483,7 +483,7 @@
483
</footer>
484
</section>
485
486
-> 其中 `.m-detail-hd`, `.m-detail-bd`, `.m-detail-ft` 为可选,试具体模块情况决定是否需要抽象为这种 **头,中,尾** 的结构
+> 其中 `.m-detail-hd`, `.m-detail-bd`, `.m-detail-ft` 为可选,视具体模块情况决定是否需要抽象为这种 **头,中,尾** 的结构
487
488
<a name="css"></a>
489
## CSS约定
@@ -595,8 +595,7 @@ js- 这种级别的className完全交由JSer自定义,但是命名的规则也
595
* 属性值之前保留一个空格;
596
* 分号之后保留一个空格;
597
* 逗号之后保留一个空格;
598
-* 单条规则不换行;
599
-* 两条及以上规则需换行;
+* 所有规则需换行;
600
* 多组选择器之间需换行。
601
602
不推荐:
0 commit comments