we're working on a large VueJS project using Nuxt, and as we have an increasingly larger component and .less-file base, I started wondering if there's a way to force Nuxt to process all .less files as "scoped", like outlined in this comment about WebPack?
I know this is not ideal, but hey: at least it's worth a try, as this way we might not need to create component override rules for generic classes like .wrap, .wrapper, .pagination; and we can keep the focus of given styles in their respective component.
We did some research, but however, we only seemed to scratch the surface, as we came across either very basic; offtopic (mostly WebPack-based); or wildly specialized cases.