Migrate to Poetry packaging and restructure codebase #21
@@ -1,11 +1,14 @@
|
||||
import formsPlugin from '@tailwindcss/forms';
|
||||
|
||||
const frontendRoot = "./meshchatx/src/frontend";
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
darkMode: 'selector',
|
||||
content: [
|
||||
"./src/frontend/index.html",
|
||||
"./src/**/*.{vue,js,ts,jsx,tsx,html}",
|
||||
`${frontendRoot}/index.html`,
|
||||
`${frontendRoot}/call.html`,
|
||||
`${frontendRoot}/**/*.{vue,js,ts,jsx,tsx,html}`,
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
|
||||
Reference in New Issue
Block a user