mbrandau / css-shortener

Utility to shorten CSS class names
MIT License
10 stars 1 forks source link

Usage with Webpack/NuxtJS #45

Open J05HI opened 4 years ago

J05HI commented 4 years ago

Hello @mbrandau Thank you vey much for your amazing work! How to use it with Webpack/NuxtJS to replace the classes in Vue template & style tags?

mbrandau commented 4 years ago

You might want to have a look here: https://vue-loader.vuejs.org/guide/css-modules.html Since I'm not using Vue, I sadly can't help you further.