Sha256: 45a6ad9ecf8685acb9e860538c72bb7ccb779ea41d4d22b93796cef858070b91

Contents?: true

Size: 289 Bytes

Versions: 2

Compression:

Stored size: 289 Bytes

Contents

@import "shared";

// Change the box model for Mozilla, Webkit, IE8 and the future
//
// @param $bs
//   [ content-box | border-box ]

@mixin box-sizing($bs) {
  $bs: unquote($bs);
  @include experimental(box-sizing, $bs,
    -moz, -webkit, not(-o), not(-ms), not(-khtml), official
  );
}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
comixins-0.1.2 vendor/assets/stylesheets/compass/css3/_box-sizing.scss
ghost-manager-1.0.0 magneto/source/assets/bower_components/compass-mixins/lib/compass/css3/_box-sizing.scss