Marc DeSantis
Results
2
comments of
Marc DeSantis
Thank you @StfBauer for the detailed explanation. Your recommendations work well, but now I am wondering how to [import global styles](https://github.com/marcDeSantis/vue-spfx/blob/master/src/extensions/helloWorld/app/TopbarNavigation.vue#L18) into each component. Once I import a SCSS file,...
> In general, for a single file component, it doesn't make sense to have external dependencies. The should be treated like isolated components without externals. Maybe, but most large applications...