I have created my project with vue-cli
and I have loaded css files using require
in my main.js
file.
I need to load different css files if user decides to see website in RTL languages (like displaying another theme).
I have searched and read about style-loader, css-loader and vue style-loader, but it all seems vague to me.