Currently default css names are being generated, normal along the lines of:
._input_<index>__foo_
Customization should happen through a string (i.e. webpack's css-loader's localIdentName) or through a function. The problem with the latter may be providing compatibility between clojure and nashorn.
Currently default css names are being generated, normal along the lines of:
Customization should happen through a string (i.e. webpack's css-loader's
localIdentName
) or through a function. The problem with the latter may be providing compatibility between clojure and nashorn.