summaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorjf2022-04-23 17:37:29 +0200
committerjf2022-04-23 17:37:29 +0200
commitfde6a590f5a194989cef1e2c2ff63f92e96d39ee (patch)
treef3fe1c40fdd0a1c1a29535221010d1fb5103e908 /tailwind.config.js
parent466944c2e98390b5311317fef9d317ca12ab7069 (diff)
upgrade to node 18
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: {