From b0242747e1eddc66a438b9bf2b5d566105cab487 Mon Sep 17 00:00:00 2001 From: handtrix Date: Fri, 9 Oct 2020 12:09:37 +0200 Subject: [PATCH] To opt-in to using the new layers mode by default --- examples/with-tailwindcss/tailwind.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/with-tailwindcss/tailwind.config.js b/examples/with-tailwindcss/tailwind.config.js index 544a211e989e268..65167cc61c360dc 100644 --- a/examples/with-tailwindcss/tailwind.config.js +++ b/examples/with-tailwindcss/tailwind.config.js @@ -1,6 +1,7 @@ module.exports = { future: { removeDeprecatedGapUtilities: true, + purgeLayersByDefault: true, }, purge: ['./components/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}'], theme: {