From f32bb198032dbc8e90fcc4d8da542ef4606db1a9 Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Mon, 4 Jan 2021 13:39:09 +0100
Subject: [PATCH] feat: whitelist responsive hidden, block, inline-block, flex

---
 tailwind.config.js | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tailwind.config.js b/tailwind.config.js
index 608994b..c1b845e 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -23,14 +23,18 @@ 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)\:)?hidden/,
+        /^((sm|md|lg|xl)\:)?block/,
+        /^((sm|md|lg|xl)\:)?inline-block/,
+        /^((sm|md|lg|xl)\:)?flex/,
+        /^((sm|md|lg|xl)\:)?flex-row-*/,
+        /^((sm|md|lg|xl)\:)?flex-col-*/,
         /^((sm|md|lg|xl)\:)?grid-cols-*/,
         /^((sm|md|lg|xl)\:)?col-span-*/,
         /^((sm|md|lg|xl)\:)?row-span-*/,
         /^((sm|md|lg|xl)\:)?order-*/,
         /^((sm|md|lg|xl)\:)?items-*/,
         /^((sm|md|lg|xl)\:)?float-*/,
-        /^((sm|md|lg|xl)\:)?flex-row-*/,
-        /^((sm|md|lg|xl)\:)?flex-col-*/,
         /^((sm|md|lg|xl|hover)\:)?text-*/,
         /^((sm|md|lg|xl)\:)?grid-flow-*/,
         /^((sm|md|lg|xl)\:)?head-*/,
-- 
GitLab