Sha256: b8fad8bcacfae04983668429f94009ae635ad5878ce7d2032bf79e469665d4c2
Contents?: true
Size: 640 Bytes
Versions: 3
Compression:
Stored size: 640 Bytes
Contents
@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: #ff0000; width: 10px; height: 30%; } @media screen and (max-width: 600px) { body { width: 100%; } } #import { color: #ff0000; } .mixin { height: 10px; color: #ff0000; } @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; } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
less-2.6.0 | lib/less/js/test/css/import.css |
less-2.5.1 | lib/less/js/test/css/import.css |
less-2.5.0 | lib/less/js/test/css/import.css |