vuejs / vitepress

Vite & Vue powered static site generator.
https://vitepress.dev
MIT License
11.33k stars 1.83k forks source link

remove .vp-doc table style failed #3784

Closed zhou-jincheng closed 2 weeks ago

zhou-jincheng commented 2 weeks ago

I can't resolve my problem in this way. my codes like image I use table like image but it's not better image Did I do something wrong?

brc-dd commented 2 weeks ago

postcss.config.mts is not supported in vite. You can use .mjs there.

zhou-jincheng commented 2 weeks ago

postcss.config.mts is not supported in vite. You can use .mjs there. I did what you said, but it still didn't solve the problem.

brc-dd commented 2 weeks ago

Please share a reproducible example using https://vitepress.new . You might be placing it at the wrong place. It should be along side .vitepress directory.

zhou-jincheng commented 2 weeks ago

postcss.config.mts is not supported in vite. You can use .mjs there. Thank you very much, that's the main reason, and the othor reason is that I fotget to clean out the cache folder, so It didn't work.