Pouya Saadeghi

Results 289 comments of Pouya Saadeghi

Hey, what's the issue? I'm not seeing any problem in the link you sent 😅

> [@saadeghi](https://github.com/saadeghi) How hard is it to add a default `--root-bg: var(--color-base-100);` to all themes? It's not hard but it would look bad. Developers are directly in control of themes....

Hey. Thanks. I'm not sure if this is an issue. Mono space fonts are especially designed to be readable at small size. For comparison, the font size of mentioned docs...

I didn't put a copy button in the first place. It's not "missing" if it never was implemented in the first place. Some of these code blocks are diffs ([example](https://daisyui.com/docs/install/django/#2-create-a-homepage-in-django))....

**Workaround:** Update Browserlist target so Lightning CSS won't polyfill those styles. Add `"browserslist": "> 1%"` to package.json using this command: ``` npm pkg set browserslist="> 1%" ```

Hey 👋 Pouya from daisyUI here. The monochrome versions are also available here: https://daisyui.com/brand/#daisyui-logo (last 2 images) - outline https://img.daisyui.com/images/daisyui/mark-mono-dark.svg - filled https://img.daisyui.com/images/daisyui/mark-mono-light.svg Let me know if I can help...

I think this is fixed already. I can't see the issue anymore.

> `@property` is only valid at the top level, not inside a layer. @devongovett Is this a Parcel rule or CSS rule? I couldn't find any resources that restrict the...

Can we re-open this issue please? `@property` in `@layer` is not invalid and it works on browsers. https://codepen.io/saadeghi/pen/vEOOerP?editors=1100 ```css @layer mylayer { @property --primary-color { syntax: ""; inherits: true; initial-value:...