Sha256: d6e0840af7f41332844745d72039833080bca392c58e00c6241efd3b2e254af3

Contents?: true

Size: 1.34 KB

Versions: 5

Compression:

Stored size: 1.34 KB

Contents

@media all and/*! */(max-width:1024px) {}
@-webkit-keyframes hover /* Safari and Chrome */{  }
.bg {
  background-image: linear-gradient(#333 /*{comment}*/, #111);
}
#planadvisor,
/*comment*//*comment*/
.first,/*comment*//*comment*/.planning {
    margin:10px;
    total-width: @total-width;
}
@base                       :   1;
@column-width               :   @base * 6em;                //      Width of column             */
@gutter-width               :   2em;                        //      Width of column spacing     */
@columns                    :   12;                         //      Number of Columns           */
@gridsystem-width           :   (@column-width *            //      For calculating the total   */
                                    @columns) + (               //      width of the content area.  */
                                    @gutter-width *             //      We strongly recommend you   */
                                    @columns);                  //      do not change this formula. */
@total-width                :   @gridsystem-width;          //      set to 100% for fluid grid  */

// .............................................................................

.some-inline-comments {
    a: yes /* comment */;
    b: red /* comment */;
   @c: yes /* comment */;
   @d: red /* comment */;
    c: @c;
    d: @d;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ilog-0.4.1 node_modules/less/test/less/comments2.less
ilog-0.4.0 node_modules/less/test/less/comments2.less
ilog-0.3.3 node_modules/less/test/less/comments2.less
less-execjs-2.6.0.4 lib/less/js/less/test/less/comments2.less
less-execjs-2.6.0.3 lib/less/js/less/test/less/comments2.less