Sha256: 887aba088c135523f9b02a6160289bf96e1d1690d4e96b9f8dfd744bec4e5682
Contents?: true
Size: 442 Bytes
Versions: 8
Compression:
Stored size: 442 Bytes
Contents
.light { color: green; } .see-the { color: green; } .hide-the { color: green; } .multiple-conditions-1 { color: red; } .inheritance .test { color: black; } .inheritance:hover { color: pink; } .clsWithGuard { dispaly: none; } .dont-split-me-up { width: 1px; color: red; height: 1px; } + .dont-split-me-up { sibling: true; } .scope-check { sub-prop: 2px; prop: 1px; } .scope-check-2 { sub-prop: 2px; prop: 1px; }
Version data entries
8 entries across 8 versions & 3 rubygems