bloqhead
1/22/2014 - 4:02 PM

sass-inputs.scss

$text-inputs: 		'input[type="text"], input[type="password"], input[type="search"], input[type="email"], textarea, select, number';
$button-inputs: 	'input[type="submit"], input[type="reset"], button, .button';

#{$text-inputs} {
	// make these look less shitty
}

#{$button-inputs} {
	// make your buttons the sexiest thing ever
}