Sha256: 6bca552d09c2d80cfc397be688fd7f3c4b20a913f856b5bcd8856527c871d202
Contents?: true
Size: 285 Bytes
Versions: 8
Compression:
Stored size: 285 Bytes
Contents
@var: black; .a() { color: red; } .b { color: green; .a(); color: blue; background: @var; } .a, .b { background: green; .c, .d { background: gray; & + & { color: red; } } } .extend:extend(.a all) { color: pink; } @import (inline) "imported.css";
Version data entries
8 entries across 8 versions & 3 rubygems