bazelbuild / rules_postcss

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

Build runner flags with Args instead of a list #55

Closed rzhw closed 3 years ago

rzhw commented 3 years ago

(Note: Args can only be appended to, not prepended. It also generates output in the form of --foo bar, not --foo=bar.)