The regexp used targets too freely.
".*github.*"
includes every url that has github in it.
Here a false positive where the style errorneously gets applied:
https://www.transifex.com/github-7/Stylus/translate/
I can help with that if you can give a list of target domains (can contain wildcards).
The regexp used targets too freely.
".*github.*"includes every url that has
githubin it.Here a false positive where the style errorneously gets applied:
https://www.transifex.com/github-7/Stylus/translate/I can help with that if you can give a list of target domains (can contain wildcards).