frameworks/compass/stylesheets/compass/css3/_box-sizing.scss in compass-0.10.0.rc4 vs frameworks/compass/stylesheets/compass/css3/_box-sizing.scss in compass-0.10.0.rc5
- old
+ new
@@ -4,7 +4,9 @@
//
// @param $bs
// [ content-box | border-box ]
@mixin box-sizing($bs) {
- @include experimental(box-sizing, $bs);
+ @include experimental(box-sizing, $bs,
+ -moz, -webkit, not -o, -ms, not -khtml, official
+ );
}