Hint: GitHub does not allow css except inside SVGs.
SCSS | CSS |
---|---|
$color: white; |
--color: white; |
Not working on GitHub
SCSS
$color: white;
CSS
--color: white;
Caption
Not Working on GitHub
CaptionCaption
Works only on GitHub
- Upload the video to GitHub and paste the link
loader-animation.mp4
Not working on GitHub
Works only on GitHub
- Append
#L<lineNumber>-L<lineNumber>
to the end of the url of the file on GitHub