3.1.2 (Brainy Betty)
75619e1e831d22fd4f9fa897287fed9c9e372598
o:Sass::Tree::RootNode
:@has_childrenT:@children[o:Sass::Tree::ImportNode
;[ :@imported_filename"shared:@options{ :
@linei:@template0o:Sass::Tree::CommentNode;[ ;
@
:@lines[ :
@loud0:@value"z/* Change the box model for Mozilla, Webkit, IE8 and the future
 *
 * @param $bs
 *   [ content-box | border-box ] */;i:@silenti o:Sass::Tree::MixinDefNode;T;[o:Sass::Tree::VariableNode:
@expro:Sass::Script::Funcall
;
{ :@keywords{ :
@args[o:Sass::Script::Variable	;
@:
@name"bs:@underscored_name"bs;i;"unquote;i;[ ;
@
;"bs:@guarded0;io:Sass::Tree::MixinNode;[ ;
@
;{ ;[o:Sass::Script::String	;
{ ;"box-sizing;i:
@type:identifiero;	;
@!;"bs;"bs;io;	;
@!;"	-moz;i;;o;	;
@!;"-webkit;i;;o:!Sass::Script::UnaryOperation	;
@!:@operando;	;
@!;"-o;i;;:@operator:not;io;	;
@!;"-ms;i;;o; 	;
@!;!o;	;
@!;"-khtml;i;;;";#;io;	;
@!;"official;i;;;"experimental;i;
@
;[[o;;
{ ;"bs;"bs0;"box-sizing;i;
@
;i;"@import "shared";

// Change the box model for Mozilla, Webkit, IE8 and the future
//
// @param $bs
//   [ content-box | border-box ]

@mixin box-sizing($bs) {
  $bs: unquote($bs);
  @include experimental(box-sizing, $bs,
    -moz, -webkit, not -o, -ms, not -khtml, official
  );
}
