We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d19fb commit e84f83fCopy full SHA for e84f83f
src/index.js
@@ -16,7 +16,7 @@ const forms = plugin.withOptions(function (options) {
16
: "[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"
17
18
addBase({
19
- [baseSelectors.join(',')]: {
+ [baseSelectors]: {
20
appearance: 'none',
21
'background-color': '#fff',
22
'border-color': theme('colors.gray.500', colors.gray[500]),
0 commit comments