bendyorke / boot-postcss

PostCSS runner for boot-clj
12 stars 0 forks source link

Support for custom naming function #12

Open bendyorke opened 8 years ago

bendyorke commented 8 years ago

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.