Anthony Fu

Results 1228 comments of Anthony Fu

I would personally suggest to use [attributify](https://github.com/unocss/unocss/tree/main/packages/preset-attributify) over variant groups.

I would like to know more context about this

We could probably have an autoprefixer postprocessor package via using this API https://github.com/unocss/unocss/blob/b07b50d69220928eacfcf052453c2f7ce8245f47/packages/core/src/types.ts#L298-L301 PR welcome

https://github.com/Julien-R44/unocss-preset-forms

> How does unocss resolve its configuration if it's both declared in vite.config.ts and uno.config.ts? If `uno.config.ts` is presented, it will take the higher priority and ignores the one in...

Maybe we should keep more expressive `Theme` instead of `T`

UnoCSS does not parse your CSS, thus this would be a limitation of using full controlled rules. Leaving it open if anyone have better idea of how to implement this...

Yes, for now, the autocomplete is only triggered by `:` and `-`. https://github.com/unocss/unocss/blob/b727d55121e7b4946a951c6654a48e542f13caaf/packages/vscode/src/autocomplete.ts#L128-L132 I do not yet know a better way to do that. If you got any idea, PR...

We temporarily close this due to the lack of enough information. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) to reopen the issue. Thanks.