How Do We Make Scoped Styling In Our Pages Folder a Higher Priority than Our Global Styling?
I’m working on a project that uses Gatsby 5.12.11 and I ran into an issue with styling components in the pages
folder. I’m using a CSS framework I created called srcry css which has a couple classes that use CSS variables for customization. To keep things simple I created an example that successfully reproduces the same issue.