summaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index fc634dc..4b5befa 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -3,7 +3,7 @@ const defaultTheme = require('tailwindcss/defaultTheme')
3module.exports = { 3module.exports = {
4 future: { 4 future: {
5 }, 5 },
6 purge: [ 6 content: [
7 "./templates/**/*.html" 7 "./templates/**/*.html"
8 ], 8 ],
9 theme: { 9 theme: {