From d78061dbf540c713918fd5ae5df58b1c58ba9a17 Mon Sep 17 00:00:00 2001 From: friedrichweise Date: Tue, 14 Oct 2025 21:22:59 +0200 Subject: [PATCH] fixes "@source"-call to actually exclude the vendor-dir --- .../0_frontend/0_kirby-meets-tailwindcss/cookbook-recipe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/3_cookbook/0_frontend/0_kirby-meets-tailwindcss/cookbook-recipe.txt b/content/docs/3_cookbook/0_frontend/0_kirby-meets-tailwindcss/cookbook-recipe.txt index 8a52f7b6f..029f3717b 100644 --- a/content/docs/3_cookbook/0_frontend/0_kirby-meets-tailwindcss/cookbook-recipe.txt +++ b/content/docs/3_cookbook/0_frontend/0_kirby-meets-tailwindcss/cookbook-recipe.txt @@ -102,7 +102,7 @@ The above `tailwind.css` file is everything that is needed to run Tailwind CSS, @import "tailwindcss"; /* Exclude the 'vendor' directory from beeing scanned */ -@source "../vendor"; +@source not "../vendor"; /* Adjusting variables and adding custom styles */ @theme {