Sha256: ecf666e9d0466d8ed223f67f1ace5b411408aee06150aa6576290e197b1b43da

Contents?: true

Size: 1.33 KB

Versions: 4

Compression:

Stored size: 1.33 KB

Contents

3.1.7 (Brainy Betty)
75619e1e831d22fd4f9fa897287fed9c9e372598
o:Sass::Tree::RootNode
:
@options{:@children[o:Sass::Tree::ImportNode
;@;[:
@linei:@template0:@imported_filename"sharedo:Sass::Tree::CommentNode;@:@silenti;[:@lines[;	i:@value"z/* Change the box model for Mozilla, Webkit, IE8 and the future
 *
 * @param $bs
 *   [ content-box | border-box ] */:
@loud0o:Sass::Tree::MixinDefNode;@;[o:Sass::Tree::VariableNode;@;[:
@guarded0;	i:
@name"bs:
@expro:Sass::Script::Funcall
;@;	i;"unquote:@keywords{:
@args[o:Sass::Script::Variable	;@;	i;"bs:@underscored_name"bso:Sass::Tree::MixinNode;@;[;	i;"experimental;{;[
o:Sass::Script::String	;@;	i:
@type:identifier;"box-sizingo;	;@;	i;"bs;"bso;	;@;	i;;;"	-mozo;	;@;	i;;;"-webkito:!Sass::Script::UnaryOperation	;@;	i:@operator:not:
@operando;	;@;	i;;;"-oo;	;@;	i;;;"-mso;	;@;	i; ;!;"o;	;@;	i;;;"-khtmlo;	;@;	i;;;"
official;	i
;"box-sizing:@has_childrenT;[[o;;{;"bs;"bs0;	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
  );
}
;#T

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
radiant-1.1.0.alpha tmp/sass-cache/498f638c328ef866598d27f690c2553dd295c84a/_box-sizing.scssc
radiant-1.0.0 tmp/sass-cache/498f638c328ef866598d27f690c2553dd295c84a/_box-sizing.scssc
radiant-1.0.0.rc5 tmp/sass-cache/498f638c328ef866598d27f690c2553dd295c84a/_box-sizing.scssc
radiant-1.0.0.rc4 tmp/sass-cache/498f638c328ef866598d27f690c2553dd295c84a/_box-sizing.scssc