diff --git a/tailwind.config.js b/tailwind.config.js index 608994bcb36e4276b8b76b6b202f38964be39f99..c1b845e85dbe327bfe55f31b56ecbe937807b75b 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-*/,