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