Nobody want's to write their CSS strictly inside of a tagged template literal, let's make a first class CSS development workflow that just works.
There are two main options to consider here:
1. PostCSS
Some Bazel specific rules exist here https://github.com/bazelbuild/rules_postcss but it's unknown what kind of shape they are in currently.
2. Sass
Some Bazel specific rules exist here https://github.com/bazelbuild/rules_sass which as far as I know are in decent shape but subject to confirmation
Ideally, I would like to offer both as options rather than dictate one.
Nobody want's to write their CSS strictly inside of a tagged template literal, let's make a first class CSS development workflow that just works.
There are two main options to consider here:
1. PostCSS
Some Bazel specific rules exist here https://github.com/bazelbuild/rules_postcss but it's unknown what kind of shape they are in currently.
2. Sass
Some Bazel specific rules exist here https://github.com/bazelbuild/rules_sass which as far as I know are in decent shape but subject to confirmation
Ideally, I would like to offer both as options rather than dictate one.