Sha256: 2218b6c6de002ae30544dbf14842869136cd52819d6fd15326738d9f6e3e102e
Contents?: true
Size: 523 Bytes
Versions: 5
Compression:
Stored size: 523 Bytes
Contents
.tiny-scope { color: #989; } .scope1 { color: blue; border-color: black; } .scope1 .scope2 { color: blue; } .scope1 .scope2 .scope3 { color: red; border-color: black; background-color: white; } .scope { scoped-val: green; } .heightIsSet { height: 1024px; } .useHeightInMixinCall { mixin-height: 1024px; } .imported { exists: true; } .testImported { exists: true; } #allAreUsedHere { default: 'top level'; scope: 'top level'; sub-scope-only: 'inside'; } #parentSelectorScope { prop: white; }
Version data entries
5 entries across 5 versions & 2 rubygems