diff --git a/tailwind.config.js b/tailwind.config.js index 7a1f4bc..a99847a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,10 +11,6 @@ const px = (px) => `${px}px`; module.exports = { important: true, // See https://tailwindcss.com/docs/configuration#important - experimental: { - // See https://github.com/tailwindlabs/tailwindcss/pull/2159 - applyComplexClasses: true - }, purge: { enabled: process.env.HUGO_ENVIRONMENT === 'production', content: [ './hugo_stats.json' ],