mattSpell/hot-or-not

View on GitHub
app/assets/stylesheets/neat/grid/_grid.scss

Summary

Maintainability
Test Coverage
@if $border-box-sizing == true {
  * {
    @include box-sizing(border-box);
  }
}