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')