Design comparison
SolutionDesign
Solution retrospective
Hello! Learning to use SASS here. I would love some help on how to upload sass file on github page. Worked fine in VS code, but when uploaded to github, the styling doesn't show. Any suggestions? Very much Appreciate your help, Thank you in advance!!
Community feedback
- @manojks092Posted over 3 years ago
when working with SASS you need to convert the SASS file to CSS you can use online tools or PostCSS tools or task runners such as Gulp , grunt etc. And then upload the converted file (your css file) in the github, also upload you html files. Make sure the path you give to the css file is correct in html file.Then deploy the page.
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