-
Notifications
You must be signed in to change notification settings - Fork 60
module vs component - why not both? #77
Copy link
Copy link
Open
Description
In section 6, modules, the "Modules vs components" subsection could mention the two are not exclusive of each other. Nested modules are essentially also components and should have both classes.
I.e. you could have class "button" and "checkout-nextStepButton" at once... then have styles that apply for all buttons on .button{...} and those that differentiate this specific button on .checkout-nextStepButton{...}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels