Sha256: 3f225ba2ca5f928a33ab3696990a1138586e0630ccefce33af02c14ea8d87e44

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

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;
  -webkit-border-radius: 2px /* webkit only */;
  -moz-border-radius: 2px * 4 /* moz only with operation */;
}

#last { color: blue }
//

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
less-2.3.0 lib/less/js/test/less/comments.less
less-2.2.2 lib/less/js/test/less/comments.less
less-2.2.1 lib/less/js/test/less/comments.less
less-2.2.0 lib/less/js/test/less/comments.less
less-2.1.0 lib/less/js/test/less/comments.less
less-2.0.12 lib/less/js/test/less/comments.less
less-2.0.11 lib/less/js/test/less/comments.less
less-2.0.10 lib/less/js/test/less/comments.less
less-2.0.9 lib/less/js/test/less/comments.less