chore(postcss): support GitHub Markdown theme switching

This commit is contained in:
cfngc4594 2025-03-06 21:19:48 +08:00
parent 57eb27ce5e
commit 1a3caa2365

View File

@ -2,6 +2,7 @@
const config = {
plugins: {
tailwindcss: {},
"postcss-github-markdown-css": {},
},
};