Design comparison
Solution retrospective
How can I improve more on using Sass in managing my CSS easily?
Community feedback
- @ChamuMutezvaPosted over 4 years ago
Your Sass files are the onces that are compiled to a css file, your question is not clear to me - i am sure someone will answer . Another thing , i see in your css ,some media queries are repeated several times instead of just one declaration, any reason for that? For example the following media query is repeated 9 times in the css file "@media only screen and (max-width: 600px)".
1@AceKahunaPosted over 4 years ago@ChamuMutezva Hey there Chamu, Sorry for the late reply. Sorry for the confusion brought about my question. I was simply asking how I can write the Sass cleaner to avoid repetition as you have said. How can I declare it once since I had problems declaring it in the media-queries files? Thanks for the feedback.
0
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