This repository was archived by the owner on May 17, 2024. It is now read-only.
Find a better CSS methodology for allowing component consumers to customize component's layouts #2391
Locked
marinaaisa
started this conversation in
General
Replies: 1 comment
-
Let's try BEM without removing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Find a methodology that allow us to balance between scoped styles and being able to modify child elements from their parents in CSS.
This issue is created because we should be able to find a better solution for
.copy-container:not(:only-child)
(check the context and problem) and also avoid this kind of approach that I suggested since it's following an anti-pattern called coupling. Thanks for the feedback, @delapuenteDon't hesitate to contact me if this issue is not properly explained.
Beta Was this translation helpful? Give feedback.
All reactions