components icon indicating copy to clipboard operation
components copied to clipboard

Issue layering multiple tailwind CSS files

Open codymullins opened this issue 1 year ago • 1 comments

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 avatar Apr 05 '24 02:04 codymullins

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

codymullins avatar Apr 05 '24 02:04 codymullins