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

feat: whitelist responsive inline-flex, grid

parent f32bb198
No related branches found
No related tags found
No related merge requests found
Pipeline #2014 passed
......@@ -27,6 +27,8 @@ module.exports = {
/^((sm|md|lg|xl)\:)?block/,
/^((sm|md|lg|xl)\:)?inline-block/,
/^((sm|md|lg|xl)\:)?flex/,
/^((sm|md|lg|xl)\:)?inline-flex/,
/^((sm|md|lg|xl)\:)?grid/,
/^((sm|md|lg|xl)\:)?flex-row-*/,
/^((sm|md|lg|xl)\:)?flex-col-*/,
/^((sm|md|lg|xl)\:)?grid-cols-*/,
......
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