bazelbuild / rules_postcss

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

Macros should accept standard Bazel attributes #21

Closed rzhw closed 4 years ago

rzhw commented 4 years ago

Which allows us to forward visibility, compatible_with, and any other standard Bazel rule attributes that get added in the future.

Done following https://docs.bazel.build/versions/2.0.0/skylark/tutorial-creating-a-macro.html

Fixes #16

rzhw commented 4 years ago

Why not forward all the standard rule attributes while you're at it?

Done.