-
Notifications
You must be signed in to change notification settings - Fork 13
Ignored selectors #667
Copy link
Copy link
Closed
Labels
Description
Hello and thanks for the library!
The following config:
prefixWrap('#prefix', {
ignoredSelectors: ['body'],
})will ignore not only the body selector, but also class names like .mytable tbody td which probably makes no sense. Would be great to fix this behaviour.
Reactions are currently unavailable