Skip to content

Support for Tailwind 3+ #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tdwesten opened this issue Feb 11, 2022 · 5 comments
Open

Support for Tailwind 3+ #42

tdwesten opened this issue Feb 11, 2022 · 5 comments

Comments

@tdwesten
Copy link

Hi,

I got some warnings when using your plugin with Tailwind 3.0.18;

warn - The `content` option in your Tailwind CSS configuration is missing or empty.
warn - Configure your content sources or your generated CSS will be missing styles.
warn - https://tailwindcss.com/docs/content-configuration

And i got no styling at all, I think because the missing content defs.

Do you have any plans to support Tailwind 3+?

@tdwesten
Copy link
Author

tdwesten commented Feb 12, 2022

By adding this to the savelist in the tailwind.config.js helps;

  safelist: [
    {
      pattern: /^ember-power-select-/,
    },
  ],

@tdwesten
Copy link
Author

@zion
Copy link

zion commented Mar 11, 2022

@tdwesten were you able to resolve this? I tried adding that safelist pattern, but that did not resolve my issue.

@tdwesten
Copy link
Author

@zion
Copy link

zion commented Sep 19, 2024

For anyone struggling with peer dependency issues regarding tailwindcss version when installing packages, I forked this project and updated tailwind to v3. Heres a PR for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants