Skip to content

Instantly share code, notes, and snippets.

@anotheruiguy
Created March 20, 2014 18:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anotheruiguy/9670682 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
@import "bourbon/bourbon";
* {
margin: 0;
line-height: 1;
}
h1 {
font-size: 100px;
}
h1 {
//font-size: em(100);
}
h1 {
//font-size: 100%;
}
h1 {
//font-size: 10vw;
}
* {
margin: 0;
line-height: 1; }
h1 {
font-size: 100px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment