bazelbuild / rules_postcss

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

Shorten unnecessary longhand label references #51

Closed rzhw closed 3 years ago

rzhw commented 3 years ago

It seems the shorthand //foo/plugin can be used to refer to //foo/plugin:plugin between when #23 was filed and now; shorthand labels are an expected convention so let's use shorthand labels where possible.

Closes #23