Design comparison
SolutionDesign
Solution retrospective
Hey everyone! How can I get the sass compiled in GitHub? It works perfectly via vscode.
Community feedback
- @MelvinAguilarPosted almost 2 years ago
Hello there 👋. Good job on completing the challenge !
-
Update the path of the styles to:
<link rel="stylesheet" href="./scss/main.css">
or
<link rel="stylesheet" href="scss/main.css">
When the path starts with a forward slash '/', it's an absolute path that refers to the root directory of the website. On the other hand, when the path starts with a dot and a forward slash ./, it's a relative path that refers to the current directory.
Happy coding!
Marked as helpful0@idaomoumiPosted almost 2 years ago@MelvinAguilar Hi my dear friend! I can't believe I left that out! Haha Thanks for the comment !
1 -
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