+
@@ -210,11 +210,11 @@ be completely customized.
-
+
Previous
-
+
Next
diff --git a/plugins/lektor-tailwind/index.html b/plugins/lektor-tailwind/index.html
index eaf331fd..dd62d857 100644
--- a/plugins/lektor-tailwind/index.html
+++ b/plugins/lektor-tailwind/index.html
@@ -62,7 +62,7 @@
-
Plugin – lektor-tailwind 0.1.2
+ Plugin – lektor-tailwind 0.2.0
@@ -96,7 +96,7 @@
Meta
-
Version: 0.1.2
+
Version: 0.2.0
Author:
Frost Ming
@@ -144,7 +144,8 @@ $ lektor plugin
Configure your template paths
In tailwindcss.config.js
:
module.exports = {
- content: ['./templates/**/*.{html,j2}'],
+ // './' refers to the lektor build output directory, NOT the project dir
+ content: ['./**/*.html'],
theme: {
extend: {},
},