From d5efd78987a00a38c3f17e4bb9b45f3b018f63df Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Mon, 22 Jul 2019 21:57:21 -0300 Subject: [PATCH] Order input type by alphabetical --- src/_Form.sass | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/_Form.sass b/src/_Form.sass index 04135a5..8a0acac 100644 --- a/src/_Form.sass +++ b/src/_Form.sass @@ -2,19 +2,19 @@ // Form // –––––––––––––––––––––––––––––––––––––––––––––––––– -input[type='email'], -input[type='number'], -input[type='password'], -input[type='search'], -input[type='tel'], -input[type='text'], -input[type='url'], -input[type='color'], -input[type='date'], -input[type='month'], -input[type='week'], -input[type='datetime'], -input[type='datetime-local'], +input[type=color], +input[type=date], +input[type=datetime], +input[type=datetime-local], +input[type=email], +input[type=month], +input[type=number], +input[type=password], +input[type=search], +input[type=tel], +input[type=text], +input[type=url], +input[type=week], input:not([type]), textarea, select