Replies: 1 comment
-
Hello @tarkhil. As you can see in sakai vue template, you need to import your main css in the main.js file. There is no need to use the cssLayer when setting up primevue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'm starting a new project with PrimeVue + Vite, my main.js is
However, I see no styling except buttons.
<div class="bg-surface-50 dark:bg-surface-950 px-6 py-20 md:px-12 lg:px-20">
is plainly black on white.How do I connect proper styling? In examples I see lots of .css/.scss files, but I see no link between themes and those files.
I assume I'm missing something too simple to mention in docs.
Beta Was this translation helpful? Give feedback.
All reactions