{: versionI"3.2.19 (Media Mark):EF:sha"-53ee6619529224b3c04a66451bcaf11e00a54217: contents"o:Sass::Tree::RootNode :@children[o:Sass::Tree::CommentNode : @value[I"2/* Convert shorthand to the 4-value syntax */:ET: @type: silent;[: @linei: @options{o:Sass::Tree::FunctionNode : @nameI" unpack; T: @args[[o:Sass::Script::Variable;I"shorthand; T:@underscored_nameI"shorthand; T; @ 0: @splat0;[u:Sass::Tree::IfNodeö [o:Sass::Script::Operation :@operand1o:Sass::Script::Funcall : @nameI" length:ET: @args[o:Sass::Script::Variable ;I"shorthand; T:@underscored_nameI"shorthand; T: @options{: @linei :@keywords{: @splat0;i ; @ :@operand2o:Sass::Script::Number : @valuei:@numerator_units[:@denominator_units[;i :@originalI"1; F; @ :@operator:eq;i ; @ u:Sass::Tree::IfNode1[o:Sass::Script::Operation :@operand1o:Sass::Script::Funcall : @nameI" length:ET: @args[o:Sass::Script::Variable ;I"shorthand; T:@underscored_nameI"shorthand; T: @options{: @linei :@keywords{: @splat0;i ; @ :@operand2o:Sass::Script::Number : @valuei:@numerator_units[:@denominator_units[;i :@originalI"2; F; @ :@operator:eq;i ; @ u:Sass::Tree::IfNodel[o:Sass::Script::Operation :@operand1o:Sass::Script::Funcall : @nameI" length:ET: @args[o:Sass::Script::Variable ;I"shorthand; T:@underscored_nameI"shorthand; T: @options{: @linei:@keywords{: @splat0;i; @ :@operand2o:Sass::Script::Number : @valuei:@numerator_units[:@denominator_units[;i:@originalI"3; F; @ :@operator:eq;i; @ u:Sass::Tree::IfNode¨[00[o:Sass::Tree::ReturnNode : @expro:Sass::Script::Variable : @nameI"shorthand:ET:@underscored_nameI"shorthand; T: @options{: @linei:@children[; i; @ [o:Sass::Tree::ReturnNode : @expro:Sass::Script::List ;[ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;io; ;i;[;@;i;I"1; F; @ ;{;0;i; @ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;io; ;i;[;@;i;I"2; F; @ ;{;0;i; @ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;io; ;i;[;@;i;I"3; F; @ ;{;0;i; @ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;io; ;i;[;@;i;I"2; F; @ ;{;0;i; @ :@separator: space;i; @ :@children[;i; @ [o:Sass::Tree::ReturnNode : @expro:Sass::Script::List ;[ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;i o; ;i;[;@;i ;I"1; F; @ ;{;0;i ; @ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;i o; ;i;[;@;i ;I"2; F; @ ;{;0;i ; @ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;i o; ;i;[;@;i ;I"1; F; @ ;{;0;i ; @ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;i o; ;i;[;@;i ;I"2; F; @ ;{;0;i ; @ :@separator: space;i ; @ :@children[;i ; @ [o:Sass::Tree::ReturnNode : @expro:Sass::Script::List ;[ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;i o; ;i;[;@;i ;I"1; F; @ ;{;0;i ; @ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;i o; ;i;[;@;i ;I"1; F; @ ;{;0;i ; @ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;i o; ;i;[;@;i ;I"1; F; @ ;{;0;i ; @ o; ;I"nth; T; [o; ;I"shorthand; T; I"shorthand; T; @ ;i o; ;i;[;@;i ;I"1; F; @ ;{;0;i ; @ :@separator: space;i ; @ :@children[;i ; @ ; i:@has_childrenT; @ :@templateI"õ// Convert shorthand to the 4-value syntax @function unpack($shorthand) { @if length($shorthand) == 1 { @return nth($shorthand, 1) nth($shorthand, 1) nth($shorthand, 1) nth($shorthand, 1); } @else if length($shorthand) == 2 { @return nth($shorthand, 1) nth($shorthand, 2) nth($shorthand, 1) nth($shorthand, 2); } @else if length($shorthand) == 3 { @return nth($shorthand, 1) nth($shorthand, 2) nth($shorthand, 3) nth($shorthand, 2); } @else { @return $shorthand; } } ; T; i;T; @