Csaba
Csaba
### UnoCSS version v0.58.5 ### Describe the bug When you try to create an arbitrary gradient, like: `bg-[linear-gradient(45deg,#0072ff,#00d2e8,#04fd8f,#70fd6c)]` it generates: ```css .bg { background-color: linear-gradient(45deg,#0072ff,#00d2e8,#04fd8f,#70fd6c); } ``` Instead of: ```css...
### UnoCSS version v66.1.4 ### Describe the bug I was looking at #4718 in case I could fix it, and I noticed that if I nest selectors, for example `*:data-[avatar]:rounded-full`...
### UnoCSS version v66.5.4 ### Describe the bug I was trying to add a hover style to child nodes with `[&>*]:hover` and found out that the `:hover` is added to...