Remove packages from tailwind watch paths

This commit is contained in:
Eric Allam
2024-08-22 13:48:35 +01:00
committed by Eric Allam
parent d4f8bb1ad4
commit ecf85422b8
+1 -5
View File
@@ -154,11 +154,7 @@ const radius = "0.5rem";
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./app/**/*.{ts,jsx,tsx}",
// include packages if not transpiling
"../../packages/**/*.{ts,tsx}",
],
content: ["./app/**/*.{ts,jsx,tsx}"],
theme: {
container: {
center: true,