[nuxt ui] theming: which config?
edit:
while working on other things, somehow the changes took over.
They are working in tailwind.config.ts
However, maybe someone can explain why there are so many options and why one should use one over the other.
original post:
Hi everybody!
I'm working with nuxt ui and tailwind in general for the first time.
All great so far and i like it.
Unfortunately when i try to override the default font-size it doesn't apply.
I tried putting it in nuxt.config.ts as well as app.config.ts and also tried with tailwind.config.ts.
All three of those are mentioned in the nuxtUI-theming section.
tailwind.config.ts
app.config.ts
nuxt.config.ts
Nothing of those seem to work, also tried with defaultTheme in tailwind.config.ts
Can someone point me in the right direction?
Thanks in advance!
0 Replies