Closed
Description
Hello, I am seeing a strange bug with checkboxes on safari. It doesn't apply styling when I am using this as a plugin.
I added it as a plugin to tailwind.config.js, as you can see it applies styling correctly to the inputs (except checkbox). Now comes the strange part, if I add
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/forms@0.2.1/dist/forms.min.css" />
after my app.css, it works 😄
So wondering if I am missing something here. Running pretty much default everything. Only have
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
in my app.css 🤔
and tailwind.config.js is default
module.exports = {
purge: [],
theme: {
},
plugins: [
require('@tailwindcss/forms'),
],
}
package versions
"tailwindcss": "^2.0.1",
"@tailwindcss/forms": "^0.2.1",
any ideas what I could be missing, or is this a bug? Let me know if there is any other information I can supply, thanks.
Metadata
Metadata
Assignees
Labels
No labels