@import 'shared'; @mixin box-sizing($bs) { $bs: unquote($bs); @include experimental(box-sizing, $bs, -moz, -webkit, not -o, not -ms, not -khtml, official ); } @mixin pie-clearfix { &:after { content: ""; display: table; clear: both; } }