Sha256: b5a8af6064fa5ec0f745919daacad376d1f9653df71ab2d2498477f1e9501f89

Contents?: true

Size: 1.7 KB

Versions: 1

Compression:

Stored size: 1.7 KB

Contents

{:versionI"3.2.19 (Media Mark):EF:sha"-d4612500d23b24d0dbac7d38dd402ba40bd3eed6:
contents"lo:Sass::Tree::RootNode
:@children[o:Sass::Tree::CommentNode
:@value[I"U/******************************************************************************/:ET:
@type:normal;[:
@linei:
@options{o;
;[I"Y/* function.scss
 *
 * DESCRIPTION: Generic functions for use throughout the SCSS */;	T;
:silent;[;i;
@o:Sass::Tree::FunctionNode:
@nameI"get-list-value;	T:
@args[[o:Sass::Script::Variable;I"	list;	T:@underscored_nameI"	list;	T;
@0[o;;I"key;	T;I"key;	T;
@0:@splat0;[o:Sass::Tree::EachNode:	@varI"	item;	T:
@listo;	;I"	list;	T;I"	list;	T;
@;i;[u:Sass::Tree::IfNode'[o:Sass::Script::Operation
:@operand1o:Sass::Script::Variable	:
@nameI"key:ET:@underscored_nameI"key;	T:
@options{:
@linei
:@operand2o:Sass::Script::Funcall;I"nth;	T:
@args[o;	;I"	item;	T;
I"	item;	T;@
;i
o:Sass::Script::Number:@valuei:@numerator_units[:@denominator_units[;i
:@originalI"1;	F;@
:@keywords{:@splat0;i
;@
:@operator:eq;i
;@
0[o:Sass::Tree::ReturnNode	:
@expro;;I"nth;	T;[o;	;I"	item;	T;
I"	item;	T;@
;io;;i;[;@;i;I"2;	F;@
;{;0;i;@
:@children[;i;@
;i:@has_childrenT;
@o:Sass::Tree::ReturnNode	:
@expro:Sass::Script::Bool;F;i;
@;[;i;
@;i;T;
@:@templateI"A/******************************************************************************/
// function.scss
//
// DESCRIPTION: Generic functions for use throughout the SCSS

@function get-list-value($list, $key) {
  @each $item in $list {
    @if ($key == nth($item, 1)) {
      @return nth($item, 2);
    }
  }
  @return false;
}
;	T;i;T;
@

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
woo-0.0.1 spec/dummy/tmp/cache/assets/test/sass/1801d541a5989ffaf7492457e257ec09b687cdef/_functions.scssc