Sha256: 15da740c4c9d82a49fb5eb73fe34f270d2041a35c314a706a4b8d36451692284

Contents?: true

Size: 217 Bytes

Versions: 2

Compression:

Stored size: 217 Bytes

Contents

@charset "UTF-8";

@if $border-box-sizing == true {
  html { // http://bit.ly/1qk2tVR
    @include box-sizing(border-box);
  }

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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
frozen-0.0.1 dummy/assets/stylesheets/neat/grid/_box-sizing.scss
neat-1.7.1 app/assets/stylesheets/grid/_box-sizing.scss