Skip to content
Snippets Groups Projects
Commit f07e0d13 authored by xaralis's avatar xaralis
Browse files

feat: whitelist space-* border-* bg-opacity-*

parent 369de0fc
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ module.exports = { ...@@ -23,6 +23,7 @@ module.exports = {
/^((sm|md|lg|xl)\:)?m.?-\d\d?/, /^((sm|md|lg|xl)\:)?m.?-\d\d?/,
/^((sm|md|lg|xl)\:)?m.?-auto?/, /^((sm|md|lg|xl)\:)?m.?-auto?/,
/^((sm|md|lg|xl)\:)?p.?-\d\d?/, /^((sm|md|lg|xl)\:)?p.?-\d\d?/,
/^((sm|md|lg|xl)\:)?space-.?-\d\d?/,
/^((sm|md|lg|xl)\:)?hidden/, /^((sm|md|lg|xl)\:)?hidden/,
/^((sm|md|lg|xl)\:)?block/, /^((sm|md|lg|xl)\:)?block/,
/^((sm|md|lg|xl)\:)?inline-block/, /^((sm|md|lg|xl)\:)?inline-block/,
...@@ -43,6 +44,9 @@ module.exports = { ...@@ -43,6 +44,9 @@ module.exports = {
/^((sm|md|lg|xl)\:)?head-*/, /^((sm|md|lg|xl)\:)?head-*/,
/^((sm|md|lg|xl)\:)?clearfix/, /^((sm|md|lg|xl)\:)?clearfix/,
/^((sm|md|lg|xl|hover)\:)?elevation-*/, /^((sm|md|lg|xl|hover)\:)?elevation-*/,
/^((sm|md|lg|xl|hover)\:)?border(-.*)?/,
/^((sm|md|lg|xl|hover)\:)?bg-opacity-\d\d?/,
/whitespace-*/,
/opacity-*/, /opacity-*/,
/^truncate/, /^truncate/,
/^break-*/, /^break-*/,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment