I’m running into an issue where classes defined in Bricks are not available on non-bricks pages.
I assume this is a tree shaking function for performance, but in effect it means I have to write the same style into the global stylesheet again.
I"m not clear if the CSS loading method can help here, but I assume not.
Just wanted some clarity on how Bricks classes are treated in case I’m misunderstanding.
And share that in my case the tree shaking seems to do more harm than good!
Thanks.