Styling questions
Answered
Carpathian Shepherd Dog posted this in #help-forum
Carpathian Shepherd DogOP
Hey everyone, when im creating components that are going to be reused in multiple pages, do i place the layout styling (padding, margin, etc.) on the page-level for each page or the component-level?
Answered by DirtyCajunRice | AppDir
the component will have its own css, and you expose className so that you can add more from the places that use it
1 Reply
the component will have its own css, and you expose className so that you can add more from the places that use it
Answer