I am using ext-all-scoped.css & my scss contains $scope-reset-css: true; (attached the scss). But the generated scoped css contains still some code which overrdies the site css. The code is:
I've just come up against this. I completely understand why ext4 works this way and what we need to do to scope it correctly, but why on earth does ext-all-scoped.css have an x-body declaration in it? it's not scoped and will always affect the entire document. Can't see the justification of this tbh.