mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 00:46:29 +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(),
|
||||
MarkdownTransform(),
|
||||
],
|
||||
css: {
|
||||
postcss: {
|
||||
plugins: [require('postcss-nested')],
|
||||
},
|
||||
},
|
||||
ssr: {
|
||||
noExternal: ['@andatoshiki/vitepress-plugin-nprogress', '@arco-design/web-vue'],
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user