3.1.10 (Brainy Betty) f69f933b8a0ad343427e2279009e4463625e6f1b o:Sass::Tree::RootNode :@has_childrenT:@children[ o:Sass::Tree::VariableNode : @linei;[: @guardedI" !default:ET: @expro:Sass::Script::Color : @value0; i: @attrs{ :redi: greeni: bluei: alphai: @options{: @nameI"contrasted-dark-default; T;@ o; ; i;[; I" !default; T; o; ;0; i;{ ;iÿ;iÿ;iÿ;i;@ ;I"contrasted-light-default; T;@ o; ; i;[; I" !default; T; o:Sass::Script::Number ;i#:@numerator_units[I"%; T:@denominator_units[; i;@ :@originalI"30%; F;I"#contrasted-lightness-threshold; T;@ o:Sass::Tree::CommentNode : @silenti;[I"ü/* Returns the `$light` color when the `$color` is dark * and the `$dark` color when the `$color` is light. * The `$threshold` is a percent between `0%` and `100%` and it determines * when the lightness of `$color` changes from "dark" to "light". */; F; i ;[: @loud0;@ o:Sass::Tree::FunctionNode ;I"contrast-color; T: @args[ [o:Sass::Script::Variable:@underscored_nameI" color; T;I" color; T;@ 0[o;; I" dark; T;I" dark; T;@ o; ; i; I"contrasted_dark_default; T;I"contrasted-dark-default; T;@ [o;; I" light; T;I" light; T;@ o; ; i; I"contrasted_light_default; T;I"contrasted-light-default; T;@ [o;; I"threshold; T;I"threshold; T;@ o; ; i; I"#contrasted_lightness_threshold; T;I"#contrasted-lightness-threshold; T;@ ;[o:Sass::Tree::ReturnNode ; o:Sass::Script::Funcall :@keywords{; i;[o:Sass::Script::Operation :@operand1o;" ;#{; i;[o; ; i; I" color; T;I" color; T;@ ;I"lightness; T;@ :@operand2o; ; i; I"threshold; T;I"threshold; T;@ :@operator:lt; i;@ o; ; i; I" light; T;I" light; T;@ o; ; i; I" dark; T;I" dark; T;@ ;I"if; T;@ ;[; i;@ ; i;T;@ o; ;i;[I"¿/* Sets the specified background color and calculates a dark or light contrasted text color. * The arguments are passed through to the [contrast-color function](#function-contrast-color). */; F; i;[;0;@ o:Sass::Tree::MixinDefNode ;T; i;[o:Sass::Tree::PropNode ;o; ; i; I"background_color; T;I"background-color; T;@ : @tabsi; i;[:@prop_syntax:new;[I"background-color; T;@ o;* ;o;" ;#{; i ;[ o; ; i ; I"background_color; T;I"background-color; T;@ o; ; i ; I" dark; T;I" dark; T;@ o; ; i ; I" light; T;I" light; T;@ o; ; i ; I"threshold; T;I"threshold; T;@ ;I"contrast-color; T;@ ;+i; i ;[;,;-;[I" color; T;@ ;[ [o;; I"background_color; T;I"background-color; T;@ 0[o;; I" dark; T;I" dark; T;@ o; ; i; I"contrasted_dark_default; T;I"contrasted-dark-default; T;@ [o;; I" light; T;I" light; T;@ o; ; i; I"contrasted_light_default; T;I"contrasted-light-default; T;@ [o;; I"threshold; T;I"threshold; T;@ o; ; i; I"#contrasted_lightness_threshold; T;I"#contrasted-lightness-threshold; T;@ ;I"contrasted; T;@ :@templateI"+$contrasted-dark-default: #000 !default; $contrasted-light-default: #fff !default; $contrasted-lightness-threshold: 30% !default; // Returns the `$light` color when the `$color` is dark // and the `$dark` color when the `$color` is light. // The `$threshold` is a percent between `0%` and `100%` and it determines // when the lightness of `$color` changes from "dark" to "light". @function contrast-color( $color, $dark: $contrasted-dark-default, $light: $contrasted-light-default, $threshold: $contrasted-lightness-threshold ) { @return if(lightness($color) < $threshold, $light, $dark) } // Sets the specified background color and calculates a dark or light contrasted text color. // The arguments are passed through to the [contrast-color function](#function-contrast-color). @mixin contrasted( $background-color, $dark: $contrasted-dark-default, $light: $contrasted-light-default, $threshold: $contrasted-lightness-threshold ) { background-color: $background-color; color: contrast-color($background-color, $dark, $light, $threshold); }; T;@ ; i