components
components copied to clipboard
Issue layering multiple tailwind CSS files
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:
- Add PB +
pureblazor.css - Add your own Tailwind config + import the css
- 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)
This also affects the card sample; the md:w-1/2 modifiers combined with w-full aren't applying correctly in every case.