Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

I also saw this weird behavior on `roe.dev` (Daniel Roe website), adding variants in linked playground works: `checked:w-10 checked:h-10`. https://github.com/danielroe/roe.dev/pull/1395/files

@zyyv cannot be done via https://unocss.dev/presets/icons#icon-collection-customization ? Forgot it, not on my laptop, I'll check this later...

Because without the prefix , every parsed token from every file ( vue, tsx, jsx... ) must be checked against every collection. With the prefix, the preset will not be...

My commit should fix lint and build, we need to review logic for local font folder: - ✔️ check nuxt package to override css folder in `resolveConfig` - ✔️ check...

We cannot use webfont preset in playground, it is client side only, we should add a new example and some tests. (I mean, the local fonts will be ignored in...

We also need to include preconnect and font in the entry point (index.html), rn not adding those head entries. (this should go in another PR, it is a new feat...

we'll need to include css and font folders: css should go to assets folders in Vite and styles folder in Astro and Nuxt (this way we can use some CSS...

@onmax can you merge main and resolve the conflicts in the kit example? I will not touch the PR until tmr. done ✔️

> Sorry, I was doing other stuff. Anything missing in the PR? We need to add webpack and CLI. We should review the logic: check [nuxt google fonts](https://github.com/nuxt-modules/google-fonts/) and [google-fonts-helper](https://github.com/datalogix/google-fonts-helper)