Sha256: 954924957ffb7acad10b12bece607ec117d33d2b5e309a36d63aff6c6ec7fac2
Contents?: true
Size: 428 Bytes
Versions: 57
Compression:
Stored size: 428 Bytes
Contents
@x: blue; @z: transparent; @mix: none; .mixin { @mix: #989; } .tiny-scope { color: @mix; // #989 .mixin; } .scope1 { @y: orange; @z: black; color: @x; // blue border-color: @z; // black .hidden { @x: #131313; } .scope2 { @y: red; color: @x; // blue .scope3 { @local: white; color: @y; // red border-color: @z; // black background-color: @local; // white } } }
Version data entries
57 entries across 57 versions & 6 rubygems