2

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?

Cameron Martin
  • 5,952
  • 2
  • 40
  • 53

0 Answers0