commit
effaf7fe64
|
|
@ -3,8 +3,8 @@ import type { Config } from "tailwindcss";
|
|||
export default {
|
||||
darkMode: ["class"],
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,jsx,ts,tsx,html}",
|
||||
"./client/index.html",
|
||||
"./client/src/**/*.{js,jsx,ts,tsx,html}",
|
||||
],
|
||||
safelist: [
|
||||
// Layout
|
||||
|
|
|
|||
Loading…
Reference in New Issue