diff --git a/tailwind.config.js b/tailwind.config.js index c6499ab6d6..90cdd8dc5d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,7 +3,7 @@ module.exports = { content: [ './components/**/*.{html,js}', './pages/**/*.{html,js}', - './index.html', + 'index.html', ], theme: { extend: {},