For what it's worth I didn't find what I was looking for in this post. Here's the skinny, I'm using Vitepress and I want to override some styles that are obviously scoped but I'm using a standalone override css file.
I can't seem to attach any sort of "scoped" status to the standalone css file. Also the way that it's included / imported is through a JS file. Cause I thought maybe I could declare scoped in my import.
I'll update this if I figure out how to work around this.