My idea is that I would like to write silent classes for input[type=text], input[type=\"password\"] and input[type=submit]. I would th
input[type=text]
input[type=\"password\"]
input[type=submit]
try using variables interpolation
@extend #{$type};
Further information on SASS Reference