Move all files from tab to space

This commit is contained in:
CJ Patoilo 2020-05-17 18:41:05 -03:00
parent 9a63e760df
commit aa55a7a169
14 changed files with 290 additions and 290 deletions

View File

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