Last active
January 2, 2020 15:28
-
-
Save chriscoyier/af68ae752ff72f7a4efeb16f192141b5 to your computer and use it in GitHub Desktop.
Playing with GistPad
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Hello World! | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$red: red; | |
body { | |
background: $red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment