Created
January 22, 2020 03:28
-
-
Save sno2/6e9f2fab227d2cd3f8c4214c67e7fc96 to your computer and use it in GitHub Desktop.
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
/* Sass Code */ | |
$headerHeight: 15em; | |
header { | |
width: 100%; | |
height: $headerHeight; | |
padding: $headerHeight/4 5em; | |
} | |
/* Compiled CSS Code */ | |
header { | |
width: 100%; | |
height: 15em; | |
padding: 3.75em 5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment