Sha256: 9596fe81f19bc08ca8f20d0f18de309183247b69c445cb14c0ab1e446e292487
Contents?: true
Size: 434 Bytes
Versions: 2
Compression:
Stored size: 434 Bytes
Contents
.background-size-default { -moz-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; } .background-size-single { -moz-background-size: 50% 25%; -webkit-background-size: 50% 25%; background-size: 50% 25%; } .background-size-multiple { -moz-background-size: 4em 3em, 100% auto, 50%; -webkit-background-size: 4em 3em, 100% auto, 50%; background-size: 4em 3em, 100% auto, 50%; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass-1.0.0.alpha.21 | test/fixtures/stylesheets/compass/css/background-size.css |
compass-1.0.0.alpha.20 | test/fixtures/stylesheets/compass/css/background-size.css |