Pouya Saadeghi

Results 12 issues of Pouya Saadeghi

### Discussed in https://github.com/saadeghi/daisyui/discussions/795 Originally posted by **elitenoire** May 16, 2022 The ```drawer-mobile``` makes the drawer always visible from desktop (1024px breakpoint). Is there a way I can make the...

drawer

Discussion: https://github.com/saadeghi/daisyui/discussions/788 by @bayang

progress

This line seem to do nothing 🤨. https://github.com/saadeghi/daisyui/blob/04404352933852c39595a56debd21989ad8c4073/src/index.js#L86

Example: https://play.tailwindcss.com/7Je92jySrB

menu

https://github.com/saadeghi/daisyui/discussions/653#discussioncomment-2438428

documentation

**Describe the bug** When I add a PostCSS preprocessor to svletekit, below CSS code doesn't work anymore: ``` .btn:where(.btn-primary,.btn-secondary){ background-color: green; } ``` **To Reproduce** 1. Clone this: https://github.com/saadeghi/svelte-preprocess-postcss-bug 1....

### What version of daisyUI are you using? 3 ### Describe your issue From discussion https://github.com/saadeghi/daisyui/discussions/2134 ### What browsers are you seeing the problem on? All browsers ### Reproduction URL...

When I give an LCH color to the function, I get a different color in the output. For example this is my color: `lch(58.68% 98.6 352.06)` ([which is a valid...

Thanks for the plugin, It works great. But looks like this plugin ignores [Tailwind's space-between utility](https://tailwindcss.com/docs/space) style. Example: https://play.tailwindcss.com/e2v6C5ekaP You have any plans for a patch?