diff --git a/tailwind.config.js b/tailwind.config.js index e13e4f4..dc920fc 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,11 +1,10 @@ /** @type {import('tailwindcss').Config} */ module.exports = { - purge: [ + content: [ './resources/**/*.blade.php', './resources/**/*.js', './resources/**/*.vue', ], - content: [], theme: { extend: {}, },