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
//
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[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