Sha256: 9fb757c08456a351f6468b3d420257a37f0bfc2e0ebbed77683a35d70c34103c

Contents?: true

Size: 213 Bytes

Versions: 3

Compression:

Stored size: 213 Bytes

Contents

/* Useful with form inputs and textareas */
@mixin box-sizing ($box) {
  -webkit-box-sizing: $box; 
  -moz-box-sizing: $box; 
  box-sizing: $box; // border-box, content-box, padding-box (moz), margin-box (moz)
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flutie-1.1.8 public/stylesheets/sass/_box-sizing.scss
flutie-1.1.7 public/stylesheets/sass/_box-sizing.scss
flutie-1.1.6 public/stylesheets/sass/_box-sizing.scss