Hey everyone,
I’m developing a Theme App Extension and I want the components introduced by my extension to look and feel native to the merchant’s chosen theme.
The core problem is figuring out the best way to access and apply the active theme’s styles without resorting to conditional logic or custom CSS per theme.
What’s the ideal strategy to achieve this?
What’s the best way to access or inherit the active theme’s styles?
Looking for a clean, scalable solution that works well across modern themes.
Thanks in advance for sharing your experience and insights!