Submitted almost 4 years ago
Profile card component done with sass
@MachochinLopez
Design comparison
SolutionDesign
Solution retrospective
I find it kind of strange how the relative paths work in sass, I was using something like "../../images" but after I compiled the autoprefixed and compressed version of the style.css file I had to change the paths to "../images/" in the sass files and recompile it because they didn't work. What is strange is that while using the -w flag to watch the changes while I was developing I didn't have that problem. I don't know if I'm actually doing something wrong .
Community feedback
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