Skip to content

Commit e84f83f

Browse files
committed
Fix leftover
1 parent c6d19fb commit e84f83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const forms = plugin.withOptions(function (options) {
1616
: "[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select"
1717

1818
addBase({
19-
[baseSelectors.join(',')]: {
19+
[baseSelectors]: {
2020
appearance: 'none',
2121
'background-color': '#fff',
2222
'border-color': theme('colors.gray.500', colors.gray[500]),

0 commit comments

Comments
 (0)