Sha256: 6078b71a6f71078f92885f8922c873481eaa7fa2b32e47c8e3964013de03abf0
Contents?: true
Size: 975 Bytes
Versions: 467
Compression:
Stored size: 975 Bytes
Contents
imported { otherconst: hello; myconst: goodbye; pre-mixin: here; } body { font: Arial; background: blue; } #page { width: 700px; height: 100; } #page #header { height: 300px; } #page #header h1 { font-size: 50px; color: blue; } #content.user.show #container.top #column.left { width: 100px; } #content.user.show #container.top #column.right { width: 600px; } #content.user.show #container.bottom { background: brown; } midrule { inthe: middle; } body { font: Arial; background: blue; } #page { width: 700px; height: 100; } #page #header { height: 300px; } #page #header h1 { font-size: 50px; color: blue; } #content.user.show #container.top #column.left { width: 100px; } #content.user.show #container.top #column.right { width: 600px; } #content.user.show #container.bottom { background: brown; } @import url(basic.css); @import url(../results/complex.css); #foo { background-color: #bbaaff; } nonimported { myconst: hello; otherconst: goodbye; post-mixin: here; }
Version data entries
467 entries across 373 versions & 9 rubygems