Pouya Saadeghi

Results 289 comments of Pouya Saadeghi

Thanks. that's great! > As far as Counter and Tab go, I'm afraid Counter should potentially be marked as inaccessible. Since it is just CSS, it cannot truly update its...

Can you give me a reproduction repo? Because I use Tailwind CSS Intellisense plugin on VScode on a regular basis and I see no issues. I also tested this Nuxt...

I just cloned your repo, ran `npm i` and `npm run dev`. It works. There were no errors. only this warning: ``` (node:67069) ExperimentalWarning: The Fetch API is an experimental...

@SameerJS6 translation files are here: https://github.com/saadeghi/daisyui/tree/master/src/docs/src/translation And here's a guide to contribute: https://github.com/saadeghi/daisyui/blob/master/.github/CONTRIBUTING.md Thank you let me know if you have any questions

> Can I fix this? @saadeghi Sure. Much appreciated 🙌

Yes, PRs are welcome. Honestly I'm a little busy with other issues right now and this one has lower priority. Here's the contribution guide: https://github.com/saadeghi/daisyui/blob/master/.github/CONTRIBUTING.md Let me know if you...

Thanks @megagames-me I will test the PR today and I will merge it soon. The translate on the background was intended in `v2` but it was creating issues [like this](https://github.com/saadeghi/daisyui/issues/1520#issuecomment-1403551439)...

@tansanDOTeth It's not a breaking change. It won't be the default style but you can still have that by adding these 3 class names to `drawer-content`: ``` transition-transform translate-x-0 [.drawer-toggle:checked~&]:translate-x-2...

@bayasdev yes. We're using CSS scrollbar-gutter which is the correct way to handle this situation. It's not currently supported I'm iOS Safari (it works behind a flag) but it is...