Skip to content

missing checkbox styling on safari #13

Closed
@dsazup

Description

@dsazup

Hello, I am seeing a strange bug with checkboxes on safari. It doesn't apply styling when I am using this as a plugin.

E.g on safari I see this:
Screenshot 2020-11-21 at 17 58 06

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 😄

Screenshot 2020-11-21 at 18 00 11

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions