mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
feat(postcss): require postcss as third-party style plugin for stylizing website on top of unocss
This commit is contained in:
parent
35020a5fa7
commit
f97df3af0e
@ -26,6 +26,11 @@ export default defineConfig({
|
|||||||
UnoCSS(),
|
UnoCSS(),
|
||||||
MarkdownTransform(),
|
MarkdownTransform(),
|
||||||
],
|
],
|
||||||
|
css: {
|
||||||
|
postcss: {
|
||||||
|
plugins: [require('postcss-nested')],
|
||||||
|
},
|
||||||
|
},
|
||||||
ssr: {
|
ssr: {
|
||||||
noExternal: ['@andatoshiki/vitepress-plugin-nprogress', '@arco-design/web-vue'],
|
noExternal: ['@andatoshiki/vitepress-plugin-nprogress', '@arco-design/web-vue'],
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user