组样式块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了组样式块相关的知识,希望对你有一定的参考价值。

Nicely group your CSS style blocks. CSSEdit (http://macrabbit.com/cssedit/) friendly.
  1. /* @group My Group Name Here */
  2.  
  3. .my-group-selector {
  4. font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  5. font-size: 13px;
  6. line-height: 18px;
  7. color: #666;
  8. }
  9.  
  10. .my-other-group-selector {
  11. width: 200px;
  12. display: block;
  13. }
  14.  
  15. /* @end */

以上是关于组样式块的主要内容,如果未能解决你的问题,请参考以下文章

Sphinx - 在代码块片段中使用省略号 (...)

Xcode 快速开发 代码块

markdown 岩组代码片段

测试代码块样式

Xcode 快速开发 代码块 快捷键

<code> vs <pre> vs <samp> 用于内联和块代码片段