Order input type by alphabetical

This commit is contained in:
CJ Patoilo 2019-07-22 21:57:21 -03:00
parent df4ff89c6d
commit d5efd78987

View File

@ -2,19 +2,19 @@
// Form // Form
// //
input[type='email'], input[type=color],
input[type='number'], input[type=date],
input[type='password'], input[type=datetime],
input[type='search'], input[type=datetime-local],
input[type='tel'], input[type=email],
input[type='text'], input[type=month],
input[type='url'], input[type=number],
input[type='color'], input[type=password],
input[type='date'], input[type=search],
input[type='month'], input[type=tel],
input[type='week'], input[type=text],
input[type='datetime'], input[type=url],
input[type='datetime-local'], input[type=week],
input:not([type]), input:not([type]),
textarea, textarea,
select select