/ Published in: CSS
Nicely group your CSS style blocks. CSSEdit (http://macrabbit.com/cssedit/) friendly.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* @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 */