Sha256: f023e9acc4b3ba6fb1dc7cc7954c43f1d284924e2fd845a7d7594dc52c79d474

Contents?: true

Size: 152 Bytes

Versions: 2

Compression:

Stored size: 152 Bytes

Contents

@mixin box-sizing ($box) {
//  content-box | border-box | inherit
  -webkit-box-sizing: $box;
     -moz-box-sizing: $box;
          box-sizing: $box;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bourbon-2.0.0.rc1 app/assets/stylesheets/css3/_box-sizing.scss
bourbon-1.4.0 app/assets/stylesheets/css3/_box-sizing.scss