From d5be2210b93605e117139a0a07790447fd9f75e8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 8 Feb 2024 19:01:02 -0800 Subject: [PATCH] chore: remove old watches --- .eleventy.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 0d47e1df..4b99e0b1 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -37,7 +37,6 @@ export default async function (eleventyConfig) { boxColorLight: '#e5e7eb', highlightColorLight: '#2563eb', textColorLight: '#1f2937', - boxColorDark: '#374151', highlightColorDark: '#60a5fa', textColorDark: '#fff', @@ -52,10 +51,6 @@ export default async function (eleventyConfig) { jsTruthy: true, }) - // tailwind watches - eleventyConfig.addWatchTarget('./tailwind.config.js') - eleventyConfig.addWatchTarget('./tailwind.css') - // passthrough eleventyConfig.addPassthroughCopy('src/assets') eleventyConfig.addPassthroughCopy('_redirects')