postcss-selector-parser
postcss-selector-parser copied to clipboard
Are wildcard attribute selectors supported?
Hello.
My builds, which use the mini-css-extract-plugin, fail when I attempt to use wildcard attribute selectors, like [class^="foo"] or [class*="bar"]. Is this a known issue?
Supported, what is the problem?