Sha256: 43255c659351f4116efd17364917d91eb0728c8d04be032bf1c422f77f51fcd1

Contents?: true

Size: 782 Bytes

Versions: 5

Compression:

Stored size: 782 Bytes

Contents

@charset "UTF-8";
/** comment at the top**/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(/absolute/something.css) screen and (color) and (max-width: 600px);
@import url("//ha.com/file.css") (min-width: 100px);
#import-test {
  height: 10px;
  color: red;
  width: 10px;
  height: 30%;
}
@media screen and (max-width: 600px) {
  body {
    width: 100%;
  }
}
#import {
  color: red;
}
.mixin {
  height: 10px;
  color: red;
}
.test-f {
  height: 10px;
}
.deep-import-url {
  color: red;
}
@media screen and (max-width: 601px) {
  #css {
    color: yellow;
  }
}
@media screen and (max-width: 602px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 603px) {
  #css {
    color: yellow;
  }
}
@media print {
  body {
    width: 100%;
  }
}

Version data entries

5 entries across 5 versions & 2 rubygems

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