We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4a9c9b + 3b9c9d1 commit 2280823Copy full SHA for 2280823
2 files changed
css/input.css
@@ -1,5 +1,10 @@
1
@import "tailwindcss";
2
3
+/* Tell Tailwind where to find classes */
4
+@source "../**/*.html";
5
+@source "../**/*.md";
6
+@source "../_data/**/*.yml";
7
+
8
/* Theme customization */
9
@theme {
10
/* Colors */
0 commit comments