16 * - cloudhead (http://cloudhead.net)
26 * #EDF8FC (background blue)
27 * #166C89 (darkest blue)
30 * #333 (standard text) // A comment within a comment!
31 * #1F9EC9 (standard link)
36 ------------------- */
37 #comments /* boo *//* boo again*/,
41 .comments //end of comments1
44 /**/ // An empty comment
45 color: red; /* A C-style comment */ /* A C-style comment */
46 background-color: orange; // A little comment
49 /* lost comment */ content: @var;
51 border: 1px solid black;
53 // padding & margin //
64 .selector /* .with */, .lots, /* of */ .comments {
65 color: grey, /* blue */ orange;
66 -webkit-border-radius: 2px /* webkit only */;
67 -moz-border-radius: (2px * 4) /* moz only with operation */;
70 .mixin_def_with_colors(@a: white, // in
71 @b: 1px //put in @b - causes problems! --->
78 .mixin_def_with_colors();
83 /* *//* { *//* *//* *//* */#div { color:#A33; }/* } */