Sha256: 80ef7701cff09f211be4a0b8c5ff8bf5ab6d3d8dffa8caf3ee0ab43d34f2fe2e
Contents?: true
Size: 836 Bytes
Versions: 12
Compression:
Stored size: 836 Bytes
Contents
.mixin { border: 1px solid black; } .mixout { border-color: orange; } .borders { border-style: dashed; } #namespace { .borders { border-style: dotted; } .biohazard { content: "death"; .man { color: transparent; } } } #theme { > .mixin { background-color: grey; } } #container { color: black; .mixin; .mixout; #theme > .mixin; } #header { .milk { color: white; .mixin; #theme > .mixin; } #cookie { .chips { #namespace .borders; .calories { #container; } } .borders; } } .secure-zone { #namespace .biohazard .man; } .direct { #namespace > .borders; } .bo, .bar { width: 100%; } .bo { border: 1px; } .ar.bo.ca { color: black; } .jo.ki { background: none; } .extended { .bo; .jo.ki; } .foo .bar { .bar; }
Version data entries
12 entries across 12 versions & 1 rubygems