From dacbfebc26764cb2d49318cca19be551d9b80aec Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 29 Oct 2020 00:14:15 +0000 Subject: [PATCH] Enable the dark mode variant References #27 --- web/themes/custom/opdavies/tailwind.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index fff4ecb..b3ee019 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -93,7 +93,8 @@ module.exports = { margin: [...variants.margin, 'first', 'last', 'odd', 'even'], }, experimental: { - applyComplexClasses: true + applyComplexClasses: true, + darkModeVariant: true }, future: { purgeLayersByDefault: true