bazelbuild / rules_postcss

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

Add `rules_postcss_dependencies()` info. #61

Closed dgp1130 closed 3 years ago

dgp1130 commented 3 years ago

While trying to use rules_postcss I found that I needed to call rules_postcss_dependencies() to include necessary deps like Skylib. This appears to be undocumented in the repository, despite being necessary. Let me know if I'm misunderstanding how this function is supposed to be used.

rzhw commented 3 years ago

Thanks for the fix!