vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 153 forks source link

how to <style module> #242

Open fabianwohlfart opened 5 years ago

fabianwohlfart commented 5 years ago

Hello, can somebody be so kind and push me into the right direction to do css modules with vueify? like this... https://vue-loader.vuejs.org/guide/css-modules.html#usage, but with postcss (?) would be a great help. (i simply want to obscurify my css class names and not use scoped) thanks alot!