[Vuejs]-How to extend styles in VueJS?

0👍

Unfortunately, it’s not possible currently. Please see the following issue for vue-loader: https://github.com/vuejs/vue-loader/issues/1003

As a workaround, you can use sass preprocessor, for example, in order to reuse styles for child components.

Leave a comment