zh-google-styleguide/google-html-css-styleguide/css_meta_rules.rst

24 lines
306 B
ReStructuredText
Raw Normal View History

2013-05-27 17:46:57 +08:00
CSS元规则
===========
分段规则
----------
组的分段由一段注释完成(可选)。
尽可能地用注释来将css分段段与段之间采用新行。
.. code-block:: css
/* Header */
#adw-header {}
/* Footer */
#adw-footer {}
/* Gallery */
.adw-gallery {}