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