Sha256: d71bbbf7025f1ae2249880c2d068341ed28ce8029b914e74b96071e3f90e34da

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

// Applies a natural box layout model to all elements.
// @see From http://paulirish.com/2012/box-sizing-border-box-ftw/
@import "compass/css3/box-sizing";

*,
*:after,
*:before {
  @include box-sizing(border-box);
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoulders-0.0.1 stylesheets/shoulders/_border-box.scss