" o:Sass::Tree::RootNode :@children[o:Sass::Tree::CharsetNode : @nameI" UTF-8:ET;[: @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: @fileI"|/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/bourbon-4.2.6/app/assets/stylesheets/functions/_shade.scss; T:@importero: Sass::Importers::Filesystem: @rootI"f/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/bourbon-4.2.6/app/assets/stylesheets; F:@real_rootI"f/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/bourbon-4.2.6/app/assets/stylesheets; F:@same_name_warningso:Set: @hash{: @options{o:Sass::Tree::CommentNode : @value[I"r/*/ Mixes a color with black. */ */ @param {Color} $color */ */ @param {Number (Percentage)} $percent */ The amount of black to be mixed in. */ */ @example scss - Usage */ .element { */ background-color: shade(#ffbb52, 60%); */ } */ */ @example css - CSS Output */ .element { */ background-color: #664a20; */ } */ */ @return {Color} */; T: @type: silent;[; i; o; ; o;; i;i;o;; i;i;@ ;@;@o:Sass::Tree::FunctionNode ;I" shade; T: @args[[o:!Sass::Script::Tree::Variable ;I" color; T:@underscored_nameI" color; T; i; o; ; o;; i;i;o;; i;i;@ ;@:@filename@ ;@0[o; ;I" percent; T;!I" percent; T; i; o; ; o;; i;i;o;; i;i&;@ ;@;"@ ;@0: @splat0;[o:Sass::Tree::ReturnNode : @expro: Sass::Script::Tree::Funcall;I"mix; T;[o: Sass::Script::Tree::Literal ;o:Sass::Script::Value::Color ;0: @attrs{ :redi: greeni: bluei: alphai:@representationI" #000; T;@; i; o; ; o;; i;i;o;; i;i;@ ;@;"@ o; ;I" color; T;!I" color; T; i; o; ; o;; i;i;o;; i;i ;@ ;@;"@ ;@o; ;I" percent; T;!I" percent; T; i; o; ; o;; i;i";o;; i;i*;@ ;@;"@ ;@:@keywordso:Sass::Util::NormalizedMap:@key_strings{: @map{;#0:@kwarg_splat0; i; o; ; o;; i;i;o;; i;i+;@ ;@;"@ ;@;[; i; o; ; o;; i;i;o;; i;i+;@ ;@;@; i; o; ; o;; i;i;o;; i;i(;@ ;@:@has_childrenT;@:@templateI"@charset "UTF-8"; /// Mixes a color with black. /// /// @param {Color} $color /// /// @param {Number (Percentage)} $percent /// The amount of black to be mixed in. /// /// @example scss - Usage /// .element { /// background-color: shade(#ffbb52, 60%); /// } /// /// @example css - CSS Output /// .element { /// background-color: #664a20; /// } /// /// @return {Color} @function shade($color, $percent) { @return mix(#000, $color, $percent); } ; T; i; o; ; o;; i;i;o;; i;i;@ ;@;4T;@