Sha256: e154f30d90cc9e8f1f3d52bc3c8a1f9daeb539e9028f5e39bad683911c287e30

Contents?: true

Size: 361 Bytes

Versions: 3

Compression:

Stored size: 361 Bytes

Contents

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@import url(something.css) screen and (color) and (max-width: 600px);
#import-test {
  height: 10px;
  color: #ff0000;
  width: 10px;
  height: 30%;
}
@media screen and (max-width: 600px) {
  body {
    width: 100%;
  }
}
#import {
  color: #ff0000;
}
.mixin {
  height: 10px;
  color: #ff0000;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
less-2.3.3 lib/less/js/test/css/import.css
less-2.3.2 lib/less/js/test/css/import.css
less-2.3.1 lib/less/js/test/css/import.css