mobile first site with scss and html bem model
Design comparison
Solution retrospective
thanks for any feedback, and do any of you kno why scss files and style files arent being uploaded to github when i upload the file? i only get the rest except of scss and css styles uploaded. Thanks for your time.
Community feedback
- @FarisPalayiPosted over 3 years ago
You need to track those files using git. Are you sure you are doing that? If you are using command line, use
git add file_name_to_track
to track files.And also, the folder where you initialized the git repository (
git init
) should have those files inside that repo, or inside any of the folder in that repo.Nice solution btw👍
Marked as helpful0@heritioPosted over 3 years ago@FarisPalayi i just uploaded the whole folder with the drag and drop function, but il start using git init. Thanks for the feedback
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