8000
We read every piece of feedback, and take your input very seriously.
1 parent 2a1c71b commit 62d3dfaCopy full SHA for 62d3dfa
plugin.js
@@ -312,7 +312,7 @@ module.exports = plugin(
312
'[type=radio]': {
313
'@apply w-4 h-4 border-gray-300 focus:ring-2 focus:ring-blue-300 dark:focus:ring-blue-600 dark:focus:bg-blue-600 dark:bg-gray-700 dark:border-gray-600': {}
314
},
315
- [['[type=date]', '[type=email]', '[type=number]', '[type=password]', '[type=tel]', '[type=text]', '[type=time]', '[type=url]', 'select', 'textarea']]: {
+ [['[type=datetime-local]', '[type=month]', '[type=week]', '[type=search]', '[type=date]', '[type=email]', '[type=number]', '[type=password]', '[type=tel]', < 4972 span class="pl-s">'[type=text]', '[type=time]', '[type=url]', 'select', 'textarea']]: {
316
'@apply bg-gray-50 border border-gray-300 text-gray-900 rounded-md focus:ring-blue-500 focus:border-blue-500 w-full dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500': {}
317
318
'a': {