Design comparison
SolutionDesign
Solution retrospective
Can you address some way to better organize my CSS code to help keep it less bushy and simpler to modify?
Community feedback
- @kkalvaaPosted almost 2 years ago
I would recommend lookin into two things for your CSS:
1: Learn BEM and ITCSS. BEM is a very good naming structure to make CSS easier to manage and ITCSS (Inverse Triangle CSS) is a principle for organizing CSS.
2: Learn Sass. With Sass you can split your css into multiple files and import them into one big document on compile.
Both things will help making your CSS more manageable.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord