Skip to content
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

Issue layering multiple tailwind CSS files #46

Open
codymullins opened this issue Apr 5, 2024 · 1 comment
Open

Issue layering multiple tailwind CSS files #46

codymullins opened this issue Apr 5, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@codymullins
Copy link
Contributor

Describe the bug
Adding your own Tailwind CSS generated styles in the page with the pureblazor.css has some minor visual issues

To Reproduce
Steps to reproduce the behavior:

  1. Add PB + pureblazor.css
  2. Add your own Tailwind config + import the css
  3. Depending on the order of import, the issues change. e.g. primary filled buttons do not have the filled background.

Expected behavior
Determine the best way to merge or layer multiple tailwind css files (e.g. importing into the layer)

@codymullins codymullins added the bug Something isn't working label Apr 5, 2024
@codymullins codymullins self-assigned this Apr 5, 2024
@codymullins
Copy link
Contributor Author

This also affects the card sample; the md:w-1/2 modifiers combined with w-full aren't applying correctly in every case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant