Sha256: 69ca16bed3b29abbd8b601bf40dbc07f457aa532e9584f9792889ec71244f7dd

Contents?: true

Size: 391 Bytes

Versions: 9

Compression:

Stored size: 391 Bytes

Contents

@import "import-test-d.css";

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

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