Alters all applicable tests to try both regular expression and string patterns --- also, interpolated string patterns in addition to functions (for componentSelectors).
Also adds documentation.
I am submitting this as a PR before merging in case any watchers have input or feedback.
Incorporates and adds to #69. Hopefully makes this plugin completely compatible with postcss-cli.
Also provides important groundwork for https://github.com/postcss/postcss-bem-linter/issues/68.
Alters all applicable tests to try both regular expression and string patterns --- also, interpolated string patterns in addition to functions (for
componentSelectors
).Also adds documentation.
I am submitting this as a PR before merging in case any watchers have input or feedback.