Skip to content

Instantly share code, notes, and snippets.

@sno2
Created January 22, 2020 03:28
Show Gist options
  • Save sno2/6e9f2fab227d2cd3f8c4214c67e7fc96 to your computer and use it in GitHub Desktop.
Save sno2/6e9f2fab227d2cd3f8c4214c67e7fc96 to your computer and use it in GitHub Desktop.
/* 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