Pouya Saadeghi

Results 289 comments of Pouya Saadeghi

Fixed in `4.12.11` Thanks @gabrielCarraretto for finding the cause of problem 💚

I see. Initially I only tested `SvelteKit minimal` template which doesn't have a CSS file. I think you used `SvelteKit demo` template which has a `app.css` already. Can you also...

@lemachinarbo `rounded-full` work as expected: https://play.tailwindcss.com/7yFvAsKZ5j There are only a few cases where `!` is needed. For example the case in this issue. Simple customizations like `rounded-full` is not one...

@lemachinarbo Thanks for the link. Yes seems like it is a bundler issue! Looking at the output CSS: It is changing the style, adding those `.btn:not(:is(:lang(ae), :lang(ar)...` with higher while...

Will be fixed in daisyUI 5. Until then you can use `pb-10` instead. (or `!mb-10`)

I don't think we should change this because even if the language is RTL, the numbers, dates and time format of HTML inputs are still LTR. (Numbers in RTL languages...

@pdanpdan Yes this is much better. Thanks 🙏