From 6c8f6a5ebebcf5cad439f5e8b2a03fed09d5422f Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Wed, 25 Jan 2023 08:57:22 +0100 Subject: [PATCH] Remove passthrough copy of css, as this is done elsewhere --- .eleventy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index 32074c2..d53e698 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -280,7 +280,6 @@ module.exports = function (eleventyConfig) { }); eleventyConfig.addPassthroughCopy("src/site/img"); - eleventyConfig.addPassthroughCopy("src/site/styles/_*.css"); eleventyConfig.addPlugin(faviconPlugin, { destination: "dist" }); eleventyConfig.addPlugin(tocPlugin, { ul: true,