diff options
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: { |
