We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec0726 commit b98365bCopy full SHA for b98365b
src/index.js
@@ -56,6 +56,13 @@ const forms = plugin(function ({ addBase, theme }) {
56
padding: '0',
57
},
58
59
+ // Unfortunate hack until https://bugs.webkit.org/show_bug.cgi?id=198959 is fixed.
60
+ // This sucks because users can't change line-height with a utility on date inputs now.
61
+ // Reference: https://github.com/twbs/bootstrap/pull/31993
62
+ '::-webkit-date-and-time-value': {
63
+ 'min-height': '1.5em',
64
+ },
65
+
66
select: {
67
'background-image': `url(${svgToDataUri(
68
`<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><path stroke="${theme(
0 commit comments