You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the interesting tool! I'm intrigued by the concept and looking forward to playing with it in my app.
I'm developing a new Nuxt 3 app and I've gotten as far as having the CSS variables available in the browser. I'm confused by what to do now -- should I be setting up the base CSS rules in something like app.vue? For example, my app's fontFamily? Apologies if I missed this somewhere in the docs.
The text was updated successfully, but these errors were encountered:
I think this solves the problem of having too much style in the logic of the component, allowing developers to switch between focusing on style and focusing on logic
Thanks for the interesting tool! I'm intrigued by the concept and looking forward to playing with it in my app.
I'm developing a new Nuxt 3 app and I've gotten as far as having the CSS variables available in the browser. I'm confused by what to do now -- should I be setting up the base CSS rules in something like
app.vue
? For example, my app'sfontFamily
? Apologies if I missed this somewhere in the docs.The text was updated successfully, but these errors were encountered: