You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.
It works well but I have some selectors exceptions like that one: .theme-slider.slick-arrow.icon-arrow-left or [class^="icon-"].slick-arrow.theme-slider or [class*=" icon-"].slick-arrow.theme-slider
By adding theme-slider is solved my problem but I want to understand the trouble to avoid to adding a maximum of selectors.
Hello,
I have some troubles with whitelistPatterns option.
I want to whitelist all selectors containing a specific word
slick
so here is my configuration :It works well but I have some selectors exceptions like that one:
.theme-slider.slick-arrow.icon-arrow-left
or[class^="icon-"].slick-arrow.theme-slider
or[class*=" icon-"].slick-arrow.theme-slider
By adding
theme-slider
is solved my problem but I want to understand the trouble to avoid to adding a maximum of selectors.I'm working with [email protected] and symfony/[email protected].
Tks !!
The text was updated successfully, but these errors were encountered: