Sandro Circi

Results 228 comments of Sandro Circi

While reading [this comment](https://github.com/nuxtlabs/ui/issues/201#issuecomment-1554315785): >I'd also suggest using colors that have all the shades as our components use lots of them. You could however override all the presets that use...

@CareTiger true, excellent use case for the toast.

Sorry, I should have replied even though I didn't have the time for testing. As you explained in my `nuxt.config.ts` I'm able to do so: ```ts import colors from 'tailwindcss/colors';...

@PuxianAlHazred keep an eye on #1289 since the module's rewrite for `v3.0` will be based on Tailwind V4 and could introduce some changes into how this works

@dimunyo what issue are you experiencing?

@rnambs Could you share the console error you are getting? ### Edit did you also safelist the custom colors in your `nuxt.config.ts` (more on this [in the docs](https://ui.nuxt.com/getting-started/theming#smart-safelisting))? ```ts export...

Doing something like `` will output something like `bg-button-200-500 dark:bg-button-200-400`. You should specify the desired shade in the `color` prop, if you need so you should customize the `ui` prop...

Just woke up, but in the demo repo I can see that none of the icons comes from CDN. I'll update my test repo in a bit.

Ok I've prepared a reproduction in my [test repo](https://github.com/Sandros94/test-nuxt3app/tree/Anu) under Anu branch. Pull it, then `npm i && npm run build && npm run preview` The key factor is that...

Once I get back home I'll push that specific lockfile. > Moreover, if possible can you please check if you are facing the same with unocss only (without anu)? I...