2 html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
3 pre, form, p, blockquote, fieldset, input, abbr, article, aside, command,
4 details, figcaption, figure, footer, header, hgroup, mark, meter, nav,
5 output, progress, section, summary, time {
10 h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong,
22 border-collapse: collapse;
26 article, aside, footer, header, hgroup, nav, section, figure, figcaption {
30 /* FIXME: extra whitespace */
36 /* FIXME: whitespace between "!" and "important" can be improved */
38 color: red !important;
42 color: red !important;
46 color: red ! important;
51 color: red; /* blue */
56 background-image: url(http://example.com/image.png), url(two.png)
60 background-image: url("http://example.com/image.png"), url("two.png")
63 /* PREFIXED SELECTORS AND PROPERTIES */
64 .foo -webkit-any(a, b, c) {
65 -webkit-transition: all;
69 /* PSEUDO SELECTORS */
82 color: rgba(100, 0, 255, 0.5);
83 color: hsl(120, 100%, 50%);
84 color: hsla(120, 60%, 70%, 0.3);
88 * This is a multi-line comment.
90 * - and is generally awesome.