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

fix: forgot to whitelist static

parent d55f7574
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ module.exports = { ...@@ -29,6 +29,7 @@ module.exports = {
/^((sm|md|lg|xl)\:)?flex/, /^((sm|md|lg|xl)\:)?flex/,
/^((sm|md|lg|xl)\:)?inline-flex/, /^((sm|md|lg|xl)\:)?inline-flex/,
/^((sm|md|lg|xl)\:)?grid/, /^((sm|md|lg|xl)\:)?grid/,
/^((sm|md|lg|xl)\:)?static/,
/^((sm|md|lg|xl)\:)?flex-row-*/, /^((sm|md|lg|xl)\:)?flex-row-*/,
/^((sm|md|lg|xl)\:)?flex-col-*/, /^((sm|md|lg|xl)\:)?flex-col-*/,
/^((sm|md|lg|xl)\:)?grid-cols-*/, /^((sm|md|lg|xl)\:)?grid-cols-*/,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment