To avoid writing it out multiple times, i'd like to create a 'texty-input' alias for the selector:
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email]
Is there any way of creating a variable/alias for this commonly-used but verbose selector in sass?