bazelbuild / rules_postcss

PostCSS rules for Bazel
Apache License 2.0
10 stars 13 forks source link

postcss_binary plugins attr can't use shorthand postcss_plugin targets #23

Closed rzhw closed 3 years ago

rzhw commented 4 years ago

i.e. //foo/plugin won't work but //foo/plugin:plugin will

This could potentially be obsoleted if #19 is fixed, but could optionally be resolved prior.