diff options
| author | jf | 2022-04-23 17:37:29 +0200 |
|---|---|---|
| committer | jf | 2022-04-23 17:37:29 +0200 |
| commit | fde6a590f5a194989cef1e2c2ff63f92e96d39ee (patch) | |
| tree | f3fe1c40fdd0a1c1a29535221010d1fb5103e908 /tailwind.config.js | |
| parent | 466944c2e98390b5311317fef9d317ca12ab7069 (diff) | |
upgrade to node 18
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 2 |
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') | |||
| 3 | module.exports = { | 3 | module.exports = { |
| 4 | future: { | 4 | future: { |
| 5 | }, | 5 | }, |
| 6 | purge: [ | 6 | content: [ |
| 7 | "./templates/**/*.html" | 7 | "./templates/**/*.html" |
| 8 | ], | 8 | ], |
| 9 | theme: { | 9 | theme: { |
