From f07e0d1365506db014f8cf08b9eb5e55900e91d4 Mon Sep 17 00:00:00 2001 From: xaralis <filip.varecha@fragaria.cz> Date: Tue, 2 Nov 2021 10:08:52 +0100 Subject: [PATCH] feat: whitelist space-* border-* bg-opacity-* --- tailwind.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index e2aee64..f4640ed 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -23,6 +23,7 @@ module.exports = { /^((sm|md|lg|xl)\:)?m.?-\d\d?/, /^((sm|md|lg|xl)\:)?m.?-auto?/, /^((sm|md|lg|xl)\:)?p.?-\d\d?/, + /^((sm|md|lg|xl)\:)?space-.?-\d\d?/, /^((sm|md|lg|xl)\:)?hidden/, /^((sm|md|lg|xl)\:)?block/, /^((sm|md|lg|xl)\:)?inline-block/, @@ -43,6 +44,9 @@ module.exports = { /^((sm|md|lg|xl)\:)?head-*/, /^((sm|md|lg|xl)\:)?clearfix/, /^((sm|md|lg|xl|hover)\:)?elevation-*/, + /^((sm|md|lg|xl|hover)\:)?border(-.*)?/, + /^((sm|md|lg|xl|hover)\:)?bg-opacity-\d\d?/, + /whitespace-*/, /opacity-*/, /^truncate/, /^break-*/, -- GitLab