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

feat: whitelist display attrs

parent 1abb5871
No related branches found
Tags 2.5.2
No related merge requests found
Pipeline #6042 passed
......@@ -16,6 +16,7 @@ module.exports = {
],
options: {
whitelistPatterns: [
/^((sm|md|lg|xl)\:)?(block|inline|fixed|absolute|inline-block|flex|inline-flex|grid)/,
/^((sm|md|lg|xl)\:)?w-\d\d?/,
/^((sm|md|lg|xl)\:)?w-screen/,
/^((sm|md|lg|xl)\:)?h-\d\d?/,
......
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