Sha256: 5781404a5af409945d96cc84b95465399e27981ec2ce66945bd7bad939569d36
Contents?: true
Size: 1018 Bytes
Versions: 3
Compression:
Stored size: 1018 Bytes
Contents
/******************\ * * * Comment Header * * * \******************/ /* Comment */ /* * Comment Test * * - cloudhead (http://cloudhead.net) * */ /* Colors * ------ * #EDF8FC (background blue) * #166C89 (darkest blue) * * Text: * #333 (standard text) // A comment within a comment! * #1F9EC9 (standard link) * */ /* @group Variables ------------------- */ #comments, .comments { /**/ color: red; /* A C-style comment */ /* A C-style comment */ background-color: orange; font-size: 12px; /* lost comment */ content: "content"; border: 1px solid black; padding: 0; margin: 2em; } /* commented out #more-comments { color: grey; } */ .selector, .lots, .comments { color: #808080, /* blue */ #ffa500; -webkit-border-radius: 2px /* webkit only */; -moz-border-radius: 8px /* moz only with operation */; } .test { color: 1px; } #last { color: #0000ff; } /* */ /* { */ /* */ /* */ /* */ #div { color: #A33; } /* } */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
less-2.6.0 | lib/less/js/test/css/comments.css |
less-2.5.1 | lib/less/js/test/css/comments.css |
less-2.5.0 | lib/less/js/test/css/comments.css |