Sha256: b88b2587037d3bd451190fe5d7e4a5030d85da3633bc87d643660a8ef9749474
Contents?: true
Size: 948 Bytes
Versions: 11
Compression:
Stored size: 948 Bytes
Contents
/******************\ * * * Comment Header * * * \******************/ /* Comment */ /* * Comment Test * * - cloudhead (http://cloudhead.net) * */ //////////////// @var: "content"; //////////////// /* Colors * ------ * #EDF8FC (background blue) * #166C89 (darkest blue) * * Text: * #333 (standard text) // A comment within a comment! * #1F9EC9 (standard link) * */ /* @group Variables ------------------- */ #comments /* boo */ { /**/ // An empty comment color: red; /* A C-style comment */ background-color: orange; // A little comment font-size: 12px; /* lost comment */ content: @var; border: 1px solid black; // padding & margin // padding: 0; // }{ '" margin: 2em; } // /* commented out #more-comments { color: grey; } */ .selector /* .with */, .lots, /* of */ .comments { color: grey, /* blue */ orange; } #last { color: blue } //
Version data entries
11 entries across 11 versions & 1 rubygems