Sha256: 33c223a253d5f030f467912a88074986bbd33ef55e37e77df412fc759c7e85da

Contents?: true

Size: 204 Bytes

Versions: 9

Compression:

Stored size: 204 Bytes

Contents

.div {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

Version data entries

9 entries across 8 versions & 1 rubygems

Version Path
compass-1.0.0.alpha.13 test/fixtures/stylesheets/compass/css/box-sizing.css
compass-0.13.alpha.12 test/fixtures/stylesheets/compass/css/box-sizing.css
compass-0.13.alpha.10 test/fixtures/stylesheets/compass/css/box-sizing.css
compass-0.13.alpha.9 test/fixtures/stylesheets/compass/css/box-sizing.css
compass-0.13.alpha.8 test/fixtures/stylesheets/compass/css/box-sizing.css
compass-0.13.alpha.7 test/fixtures/stylesheets/compass/css/box-sizing.css
compass-0.13.alpha.7 test/fixtures/stylesheets/compass/tmp/box-sizing.css
compass-0.13.alpha.6 test/fixtures/stylesheets/compass/css/box-sizing.css
compass-0.13.alpha.5 test/fixtures/stylesheets/compass/css/box-sizing.css