diff --git a/tailwind.config.js b/tailwind.config.js index 5f59174..19dad79 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,10 +1,16 @@ module.exports = { - purge: ['./components/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}'], + future: { + purgeLayersByDefault: true, + }, + purge: { + content: [ + './components/**/*.{js,ts,jsx,tsx}', + './pages/**/*.{js,ts,jsx,tsx}', + ], + }, theme: { extend: { - colors: { - 'accent-1': '#333', - }, + colors: {}, }, }, variants: {},