You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
Could you specify more about this issue? I've already fixed one problem about the scoping and I wanted to know if it's the same. I found that the scope in some component wasn't working because of the compilation of the selectors from something like .a to something like .a[data-v-f3f3eg9]. If we want to have styles for selectors that are child of .a we should use a deep selector. See this explanation.
Hey @y4izus, since @delapuente explained you about what I'm doing, I will guess that your question is already answered. Anyways, for anyone who wants to understand what this issue is about:
I'm searching for CSS methodologies/architectures to:
Solve component encapsulation problem
Minimize CSS size on production to improve our web performance
No description provided.
The text was updated successfully, but these errors were encountered: