themouette/fossil-core

View on GitHub
samples/todo/bourbon/css3/_box-sizing.scss

Summary

Maintainability
Test Coverage
@mixin box-sizing ($box) {
//  content-box | border-box | inherit
  @include prefixer(box-sizing, $box, webkit moz spec);
}