Sha256: 78764931554159302df6db632119d81ded88be0f5835d249ab0b0eecd6b5ef7b
Contents?: true
Size: 319 Bytes
Versions: 75
Compression:
Stored size: 319 Bytes
Contents
.magic-box { @trim: orange; content: "gold"; width: 60cm; height: 40cm; #lock { color: silver; } } #accessors { content: .magic-box['content']; // "gold" width: .magic-box['width']; // 60cm } .unlock { .magic-box; color: #lock['color']; // silver border-color: .magic-box[@trim]; // orange }
Version data entries
75 entries across 75 versions & 7 rubygems