3.2.7 (Media Mark) b6fca888dadf9bec8fb42bb5018d8ffa8a0d1f94 o:Sass::Tree::RootNode :@children[ o:Sass::Tree::ImportNode :@imported_filenameI" shared:ET;[:@template0: @linei: @options{:@imported_file0o:Sass::Tree::CommentNode : @value[I"/* The default value is `padding-box` -- the box model used by modern browsers. * * If you wish to do so, you can override the default constant with `border-box` * * To override to the default border-box model, use this code: * $default-background-clip: border-box */; T: @type: silent;[; i; @ o:Sass::Tree::VariableNode : @nameI"default-background-clip; T: @expro:Sass::Script::String ;I"padding-box; T;:identifier; i; @ : @guardedI" !default; T;[; i; @ o; ;[I"™/* Clip the background (image and color) at the edge of the padding or border. * * Legal Values: * * * padding-box * * border-box * * text */; T;;;[; i; @ o:Sass::Tree::MixinDefNode ;I"background-clip; T: @args[[o:Sass::Script::Variable;I" clip; T:@underscored_nameI" clip; T; @ o; ;I"default-background-clip; T;I"default_background_clip; T; i; @ : @splat0;[ o; ;[I"I/* webkit and mozilla use the deprecated short [border | padding] */; T;;;[; i; @ o; ;I" clip; T;o:Sass::Script::Funcall ;I" unquote; T;[o; ;I" clip; T;I" clip; T; i; @ :@keywords{;0; i; @ ;0;[; i; @ o; ;I"deprecated; T;o; ;I" clip; T;I" clip; T; i; @ ;0;[; i; @ u:Sass::Tree::IfNoder[o:Sass::Script::Operation :@operand1o:Sass::Script::Variable : @nameI" clip:ET:@underscored_nameI" clip; T: @linei: @options{:@operand2o:Sass::Script::String : @valueI"padding-box; T: @type:identifier; i; @ :@operator:eq; i; @ 0[o:Sass::Tree::VariableNode ;I"deprecated; T: @expro; ;I" padding; T;;; i; @ : @guarded0:@children[; i; @ u;p[o:Sass::Script::Operation :@operand1o:Sass::Script::Variable : @nameI" clip:ET:@underscored_nameI" clip; T: @linei: @options{:@operand2o:Sass::Script::String : @valueI"border-box; T: @type:identifier; i; @ :@operator:eq; i; @ 0[o:Sass::Tree::VariableNode ;I"deprecated; T: @expro; ;I" border; T;;; i; @ : @guarded0:@children[; i; @ o; ;[I"L/* Support for webkit and mozilla's use of the deprecated short form */; T;;;[; i; @ o:Sass::Tree::MixinNode ;I"experimental; T;[ o; ;I"background-clip; T;;; i ; @ o; ;I"deprecated; T;I"deprecated; 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;! ;"o; ;I" official; T;;; i&; @ ;#;$; i&; @ ;{;0;[; i'; @ o; ;I"experimental; T;[ o; ;I"background-clip; T;;; i(; @ o; ;I" clip; T;I" clip; T; i(; @ o;! ;"o; ;I" -moz; T;;; i); @ ;#;$; i); @ o;! ;"o; ;I" -webkit; T;;; i*; @ ;#;$; i*; @ o;! ;"o; ;I"-o; T;;; i+; @ ;#;$; i+; @ o;! ;"o; ;I"-ms; T;;; i,; @ ;#;$; i,; @ o; ;I" -khtml; T;;; i-; @ o; ;I" official; T;;; i.; @ ;{;0;[; i/; @ ; i:@has_childrenT; @ ; I"_@import "shared"; // The default value is `padding-box` -- the box model used by modern browsers. // // If you wish to do so, you can override the default constant with `border-box` // // To override to the default border-box model, use this code: // $default-background-clip: border-box $default-background-clip: padding-box !default; // Clip the background (image and color) at the edge of the padding or border. // // Legal Values: // // * padding-box // * border-box // * text @mixin background-clip($clip: $default-background-clip) { // webkit and mozilla use the deprecated short [border | padding] $clip: unquote($clip); $deprecated: $clip; @if $clip == padding-box { $deprecated: padding; } @if $clip == border-box { $deprecated: border; } // Support for webkit and mozilla's use of the deprecated short form @include experimental(background-clip, $deprecated, -moz, -webkit, not -o, not -ms, not -khtml, not official ); @include experimental(background-clip, $clip, not -moz, not -webkit, not -o, not -ms, -khtml, official ); } ; T; i;%T; @