Pouya Saadeghi

Results 289 comments of Pouya Saadeghi

@oekazuma looks good. I will try that

@Hugo01 That would be cool but I think there's a high chance that the real layout don't match one of these 👀

Yeah, that's probably the most efficient way 🤔 - skeleton (for rectangle) - skeleton-text - skeleton-circle And anything can be achieved using width/height utilities and flexbox/grid

@devopg I'm not sure how to generally handle the padding of the badge for all these scenarios: - only text - text and image with no padding - text and...

@devopg But the `` could be a svg or icon 🤔

@VyMajoris is this screenshot from Firefox?

This is unexpected behavior. I used `:where()` selectors which caused Tailwind CSS to generate empty selectors for some reason. I opened an issue for it: https://github.com/tailwindlabs/tailwindcss/issues/9303 If that didn't get...

Thank you. Amazing job. I will review it to make sure all examples are okay.

Here's a Next.js repo, using the latest version of Next, daisyUI and Tailwind CSS: https://stackblitz.com/edit/daisyui-nextjs-bi21yk?file=pages%2Findex.js And everything works as expected. I assume the problem should be either from your markup...

Debugging process would be comparing the style from dev tools to see if your repo has the same CSS as my example repo. Make sure to compare both default style...