$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
}