3.1.15 (Brainy Betty) 3838601a8113c258e9bd37cc3e75b86309d49b8c o:Sass::Tree::RootNode :@template"/@import "shared"; // These defaults make the arguments optional for this mixin // If you like, set different defaults in your project $default-text-shadow-color: #aaa !default; $default-text-shadow-h-offset: 0px !default; $default-text-shadow-v-offset: 0px !default; $default-text-shadow-blur: 1px !default; // Provides cross-browser text shadows when one or more shadows are needed. // Each shadow argument should adhere to the standard css3 syntax for the // text-shadow property. @mixin text-shadow( $shadow-1 : default, $shadow-2 : false, $shadow-3 : false, $shadow-4 : false, $shadow-5 : false, $shadow-6 : false, $shadow-7 : false, $shadow-8 : false, $shadow-9 : false, $shadow-10: false ) { @if $shadow-1 == default { $shadow-1: $default-text-shadow-color $default-text-shadow-h-offset $default-text-shadow-v-offset $default-text-shadow-blur; } text-shadow: compact($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10); } // Provides a single cross-browser CSS text shadow. // Includes default arguments for color, horizontal offset, vertical offset, and blur @mixin single-text-shadow( $color: $default-text-shadow-color, $hoff: $default-text-shadow-h-offset, $voff: $default-text-shadow-v-offset, $blur: $default-text-shadow-blur ) { // XXX I'm surprised we don't need experimental support for this property. @if $color == none { text-shadow: none; } @else { text-shadow: $color $hoff $voff $blur; } } :@has_childrenT: @options{:@children[o:Sass::Tree::ImportNode ;0;@:@imported_filename" shared; [: @lineio:Sass::Tree::CommentNode ;@: @loud0; [: @value["{/* These defaults make the arguments optional for this mixin * If you like, set different defaults in your project */; i: @silentio:Sass::Tree::VariableNode : @name"default-text-shadow-color;@: @guarded" !default; [; i : @expro:Sass::Script::Color : @attrs{ :rediª: alphai: greeniª: blueiª;@;0; i o; ;"!default-text-shadow-h-offset;@;" !default; [; i ;o:Sass::Script::Number :@numerator_units["px;@:@original"0px:@denominator_units[;i; i o; ;"!default-text-shadow-v-offset;@;" !default; [; i ;o; ;["px;@;"0px;[;i; i o; ;"default-text-shadow-blur;@;" !default; [; i;o; ;["px;@;"1px;[;i; io; ;@;0; [;["±/* Provides cross-browser text shadows when one or more shadows are needed. * Each shadow argument should adhere to the standard css3 syntax for the * text-shadow property. */; i;io:Sass::Tree::MixinDefNode ;"text-shadow;T;@; [u:Sass::Tree::IfNode–[o:Sass::Script::Operation :@operand2o:Sass::Script::String : @type:identifier: @options{: @value" default: @linei:@operand1o:Sass::Script::Variable :@underscored_name" shadow_1: @name" shadow-1; @; i; @; i:@operator:eq0[o:Sass::Tree::VariableNode ;" shadow-1; @: @guarded0:@children[; i : @expro:Sass::Script::List :@separator: space; @; [ o; ;"default_text_shadow_color;"default-text-shadow-color; @; i o; ;"!default_text_shadow_h_offset;"!default-text-shadow-h-offset; @; i o; ;"!default_text_shadow_v_offset;"!default-text-shadow-v-offset; @; i o; ;"default_text_shadow_blur;"default-text-shadow-blur; @; i ; i o:Sass::Tree::PropNode ;["text-shadow:@prop_syntax:new;@; [;o:Sass::Script::Funcall ;" compact:@keywords{;@; i$: @args[o:Sass::Script::Variable :@underscored_name" shadow_1;" shadow-1;@; i"o;' ;(" shadow_2;" shadow-2;@; i"o;' ;(" shadow_3;" shadow-3;@; i"o;' ;(" shadow_4;" shadow-4;@; i#o;' ;(" shadow_5;" shadow-5;@; i#o;' ;(" shadow_6;" shadow-6;@; i#o;' ;(" shadow_7;" shadow-7;@; i$o;' ;(" shadow_8;" shadow-8;@; i$o;' ;(" shadow_9;" shadow-9;@; i$o;' ;("shadow_10;"shadow-10;@; i$; i$: @tabsi; i;&[[o;';(" shadow_1;" shadow-1;@o:Sass::Script::String : @type:identifier;@;" default; i[o;';(" shadow_2;" shadow-2;@o:Sass::Script::Bool;@;F; i[o;';(" shadow_3;" shadow-3;@o;-;@;F; i[o;';(" shadow_4;" shadow-4;@o;-;@;F; i[o;';(" shadow_5;" shadow-5;@o;-;@;F; i[o;';(" shadow_6;" shadow-6;@o;-;@;F; i[o;';(" shadow_7;" shadow-7;@o;-;@;F; i[o;';(" shadow_8;" shadow-8;@o;-;@;F; i[o;';(" shadow_9;" shadow-9;@o;-;@;F; i[o;';("shadow_10;"shadow-10;@o;-;@;F; io; ;@;0; [;["Œ/* Provides a single cross-browser CSS text shadow. * Includes default arguments for color, horizontal offset, vertical offset, and blur */; i';io; ;"single-text-shadow;T;@; [o; ;@;0; [;["R/* XXX I'm surprised we don't need experimental support for this property. */; i/;iu; ¸[o:Sass::Script::Operation :@operand2o:Sass::Script::String : @type:identifier: @options{: @value" none: @linei0:@operand1o:Sass::Script::Variable :@underscored_name" color: @name" color; @; i0; @; i0:@operator:equ:Sass::Tree::IfNodeJ[00[o:Sass::Tree::PropNode : @name["text-shadow:@prop_syntax:new: @options{:@children[: @valueo:Sass::Script::List :@separator: space; @ ; [ o:Sass::Script::Variable :@underscored_name" color;" color; @ : @linei3o; ;" hoff;" hoff; @ ;i3o; ;" voff;" voff; @ ;i3o; ;" blur;" blur; @ ;i3;i3;i3: @tabsi[o:Sass::Tree::PropNode ;["text-shadow:@prop_syntax:new; @:@children[; o;;; ; @; " none; i1: @tabsi; i.;&[ [o;';(" color;" color;@o;' ;("default_text_shadow_color;"default-text-shadow-color;@; i*[o;';(" hoff;" hoff;@o;' ;("!default_text_shadow_h_offset;"!default-text-shadow-h-offset;@; i+[o;';(" voff;" voff;@o;' ;("!default_text_shadow_v_offset;"!default-text-shadow-v-offset;@; i,[o;';(" blur;" blur;@o;' ;("default_text_shadow_blur;"default-text-shadow-blur;@; i-; i