3.1.15 (Brainy Betty) 17e738f7bdc5ac2c2d661e481c7e6eb19fb28dbc o:Sass::Tree::RootNode :@children[ o:Sass::Tree::CommentNode : @value[I"G/*************************************************************************// * Generate a variable ($all-text-inputs) with a list of all html5 * input types that have a text-based input, excluding textarea. * http://diveintohtml5.org/forms.html *************************************************************************// */:EF: @silenti: @loud0;[: @linei: @options{o:Sass::Tree::VariableNode : @nameI"inputs-list; T: @expro:Sass::Script::List ;[o:Sass::Script::String ;I"input[type="email"]; T: @type: string; @ ; i o; ;I"input[type="number"]; T;;; @ ; i o; ;I"input[type="password"]; T;;; @ ; i o; ;I"input[type="search"]; T;;; @ ; io; ;I"input[type="tel"]; T;;; @ ; io; ;I"input[type="text"]; T;;; @ ; io; ;I"input[type="url"]; T;;; @ ; io; ;I"input[type="color"]; T;;; @ ; io; ;I"input[type="date"]; T;;; @ ; io; ;I"input[type="datetime"]; T;;; @ ; io; ;I"!input[type="datetime-local"]; T;;; @ ; io; ;I"input[type="month"]; T;;; @ ; io; ;I"input[type="time"]; T;;; @ ; io; ;I"input[type="week"]; T;;; @ ; i:@separator: comma; i ; @ : @guarded0;[; i; @ o; ;I"unquoted-inputs-list; T;o; ;[;: space; i; @ ;0;[; i; @ o:Sass::Tree::EachNode : @varI"input-type; T: @listo:Sass::Script::Variable ;I"inputs-list; T:@underscored_nameI"inputs_list; T; i; @ ;[o; ;I"unquoted-inputs-list; T;o:Sass::Script::Funcall ;I" append; T: @args[o; ;I"unquoted-inputs-list; T;I"unquoted_inputs_list; T; i; @ o; ;I" unquote; T;[o; ;I"input-type; T;I"input_type; T; i; @ :@keywords{; i; @ o; ;I" comma; T;:identifier; @ ; i; {; i; @ ;0;[; i; @ ; i:@has_childrenT; @ o; ;I"all-text-inputs; T;o; ;I"unquoted-inputs-list; T;I"unquoted_inputs_list; T; i"; @ ;0;[; i"; @ o; ;[I"ß/* You must use interpolation on the variable: * #{$all-text-inputs} *************************************************************************// * #{$all-text-inputs}, textarea { * border: 1px solid red; * } */; F; i; 0;[; i$; @ :@templateI"C//************************************************************************// // Generate a variable ($all-text-inputs) with a list of all html5 // input types that have a text-based input, excluding textarea. // http://diveintohtml5.org/forms.html //************************************************************************// $inputs-list: 'input[type="email"]', 'input[type="number"]', 'input[type="password"]', 'input[type="search"]', 'input[type="tel"]', 'input[type="text"]', 'input[type="url"]', // Webkit & Gecko may change the display of these in the future 'input[type="color"]', 'input[type="date"]', 'input[type="datetime"]', 'input[type="datetime-local"]', 'input[type="month"]', 'input[type="time"]', 'input[type="week"]'; $unquoted-inputs-list: (); @each $input-type in $inputs-list { $unquoted-inputs-list: append($unquoted-inputs-list, unquote($input-type), comma); } $all-text-inputs: $unquoted-inputs-list; // You must use interpolation on the variable: // #{$all-text-inputs} //************************************************************************// // #{$all-text-inputs}, textarea { // border: 1px solid red; // } ; T; i;"T; @