Blocks not showing styling correctly. #3552
Unanswered
taylorrobert
asked this question in
PrimeVue Blocks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My blocks do not show any styling, and I cannot figure out why.
As you can see, I have rendered a button at the top left, which does appear to be styled. However, copying and pasting the block code renders with little or no styling. There are no console errors.
I am running Vue with Vite, and have installed Tailwind according to the documentation here. Then I finished the config from the documentation here.
The docs really leave a lot to be desired... this really needs to be fixed. I have spent an entire day trying to get these up and running from various sources. The documentation seems incredibly simplistic for how opaque this setup process actually is, so any help would be appreciated.
Here are the relevant files:
index.html
styles.css
main.ts
App.vue
MainSiteContainer.vue
tailwind.config.ts (not sure if this is doing anything?)
package.json
vite.config.ts
Beta Was this translation helpful? Give feedback.
All reactions