bazelbuild / rules_postcss

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

TypeScript support #3

Closed rzhw closed 4 years ago

rzhw commented 4 years ago

Ensure that PostCSS plugins can be written in TypeScript, via https://github.com/bazelbuild/rules_nodejs/blob/master/packages/typescript/docs/install.md.

Add an example plugin and test that the plugin works as expected.