Sha256: 671157c6cff4fa7115c79f3d764c819c7c30c57ccc289f6ae64d3e09ceadf53b

Contents?: true

Size: 1.45 KB

Versions: 2

Compression:

Stored size: 1.45 KB

Contents

3.1.12 (Brainy Betty)
a0824b32d17aa24527db91159b06dd18513c1088
o:Sass::Tree::RootNode
:@children[o:Sass::Tree::ImportNode
:@imported_filenameI"shared:ET;[:@template0:
@linei:
@options{o:Sass::Tree::CommentNode:@value[I"z/* Change the box model for Mozilla, Webkit, IE8 and the future
 *
 * @param $bs
 *   [ content-box | border-box ] */;	T:@silenti:
@loud0;[;i;@
o:Sass::Tree::MixinDefNode:
@nameI"box-sizing;	T:
@args[[o:Sass::Script::Variable;I"bs;	T:@underscored_nameI"bs;	T;@
0;[o:Sass::Tree::VariableNode;I"bs;	T:
@expro:Sass::Script::Funcall
;I"unquote;	T;[o;	;I"bs;	T;I"bs;	T;i;@
:@keywords{;i;@
:
@guarded0;[;i;@
o:Sass::Tree::MixinNode;I"experimental;	T;[
o:Sass::Script::String	;I"box-sizing;	T:
@type: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;@
;{;[;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;#T;@
;i

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cargo_wiki-1.0.1 spec/dummy/tmp/sass-cache/2b32290c4f39ef9ce5620c9f8b2830586232e4af/_box-sizing.scssc
cargo_wiki-1.0.0 spec/dummy/tmp/sass-cache/2b32290c4f39ef9ce5620c9f8b2830586232e4af/_box-sizing.scssc