Sha256: ca4a83a6f86cc52aa5ce62e8f32efb1be4114250d37c2e51a0970736b5fee9e0

Contents?: true

Size: 226 Bytes

Versions: 7

Compression:

Stored size: 226 Bytes

Contents

#foo {
    color: green;
}

#foo .bar {
    color: blue;
}

#foo .bar .baz {
    color: red;
}

/* pseudo classes */
#foo:hover {
    color: red;
}

#oof:hover {
    color: white;
}

#rab:hover::selection {
    color: black;
}

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
aanand-deadweight-0.0.3 test/fixtures/style.css
aanand-deadweight-0.1.0 test/fixtures/style.css
mojodna-deadweight-0.0.4 test/fixtures/style.css
deadweight-0.1.3 test/fixtures/style.css
deadweight-0.1.2 test/fixtures/style.css
deadweight-0.1.1 test/fixtures/style.css
deadweight-0.1.0 test/fixtures/style.css