Sha256: b7de891a34ae8f40aa5ba448b457e3fb733734c8061760a6f40bc0d7f3aa5e1d

Contents?: true

Size: 1.47 KB

Versions: 9

Compression:

Stored size: 1.47 KB

Contents

3.2.3 (Media Mark)
a0824b32d17aa24527db91159b06dd18513c1088
o:Sass::Tree::RootNode
:@children[o:Sass::Tree::ImportNode:@imported_filenameI"shared:ET;[:@template0:
@linei:
@options{:@imported_file0o:Sass::Tree::CommentNode
:@value[I"z/* Change the box model for Mozilla, Webkit, IE8 and the future
 *
 * @param $bs
 *   [ content-box | border-box ] */;	T:
@type:silent;[;i;@
o:Sass::Tree::MixinDefNode:
@nameI"box-sizing;	T:
@args[[o:Sass::Script::Variable;I"bs;	T:@underscored_nameI"bs;	T;@
0:@splat0;[o:Sass::Tree::VariableNode;I"bs;	T:
@expro:Sass::Script::Funcall;I"unquote;	T;[o;	;I"bs;	T;I"bs;	T;i;@
:@keywords{;0;i;@
:
@guarded0;[;i;@
o:Sass::Tree::MixinNode;I"experimental;	T;[
o:Sass::Script::String	;I"box-sizing;	T;:identifier;i;@
o;	;I"bs;	T;I"bs;	T;i;@
o;	;I"	-moz;	T;;;i;@
o;	;I"-webkit;	T;;;i;@
o:!Sass::Script::UnaryOperation	:
@operando;	;I"-o;	T;;;i;@
:@operator:not;i;@
o; 	;!o;	;I"-ms;	T;;;i;@
;";#;i;@
o; 	;!o;	;I"-khtml;	T;;;i;@
;";#;i;@
o;	;I"
official;	T;;;i;@
;{;0;[;i;@
;i
:@has_childrenT;@
;
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, not -ms, not -khtml, official
  );
}
;	T;i;$T;@

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
s3_multipart-0.0.10.6 spec/internal/tmp/cache/sass/1925334270d3f17f5ea2c4e86092ee0214484038/_box-sizing.scssc
s3_multipart-0.0.10.5 spec/internal/tmp/cache/sass/1925334270d3f17f5ea2c4e86092ee0214484038/_box-sizing.scssc
s3_multipart-0.0.10.4 spec/internal/tmp/cache/sass/1925334270d3f17f5ea2c4e86092ee0214484038/_box-sizing.scssc
s3_multipart-0.0.10.3 spec/internal/tmp/cache/sass/1925334270d3f17f5ea2c4e86092ee0214484038/_box-sizing.scssc
s3_multipart-0.0.10.2 spec/internal/tmp/cache/sass/1925334270d3f17f5ea2c4e86092ee0214484038/_box-sizing.scssc
s3_multipart-0.0.9 spec/internal/tmp/cache/sass/1925334270d3f17f5ea2c4e86092ee0214484038/_box-sizing.scssc
s3_multipart-0.0.8 spec/internal/tmp/cache/sass/1925334270d3f17f5ea2c4e86092ee0214484038/_box-sizing.scssc
s3_multipart-0.0.7 spec/internal/tmp/cache/sass/1925334270d3f17f5ea2c4e86092ee0214484038/_box-sizing.scssc
s3_multipart-0.0.6 spec/internal/tmp/cache/sass/1925334270d3f17f5ea2c4e86092ee0214484038/_box-sizing.scssc