feat(tailwind): add markdown renderer to content paths for Tailwind CSS configuration to support backend styling
This commit is contained in:
@@ -5,7 +5,11 @@ const frontendRoot = "./meshchatx/src/frontend";
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
darkMode: "selector",
|
||||
content: [`${frontendRoot}/index.html`, `${frontendRoot}/**/*.{vue,js,ts,jsx,tsx,html}`],
|
||||
content: [
|
||||
`${frontendRoot}/index.html`,
|
||||
`${frontendRoot}/**/*.{vue,js,ts,jsx,tsx,html}`,
|
||||
"./meshchatx/src/backend/markdown_renderer.py",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user