Skip to content

Commit 882ccd0

Browse files
fixes "@source"-call to actually exclude the vendor-dir (#2497)
1 parent 7aa98fe commit 882ccd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/3_cookbook/0_frontend/0_kirby-meets-tailwindcss/cookbook-recipe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The above `tailwind.css` file is everything that is needed to run Tailwind CSS,
102102
@import "tailwindcss";
103103

104104
/* Exclude the 'vendor' directory from beeing scanned */
105-
@source "../vendor";
105+
@source not "../vendor";
106106

107107
/* Adjusting variables and adding custom styles */
108108
@theme {

0 commit comments

Comments
 (0)