zh-google-styleguide/google-html-css-styleguide/css_meta_rules.rst
2013-05-27 17:47:39 +08:00

24 lines
306 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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