组样式块
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了组样式块相关的知识,希望对你有一定的参考价值。
Nicely group your CSS style blocks. CSSEdit (http://macrabbit.com/cssedit/) friendly.
/* @group My Group Name Here */ .my-group-selector { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size: 13px; line-height: 18px; color: #666; } .my-other-group-selector { width: 200px; display: block; } /* @end */
以上是关于组样式块的主要内容,如果未能解决你的问题,请参考以下文章