Skip to content

Instantly share code, notes, and snippets.

@waystilos
Created August 30, 2015 19:07
Show Gist options
  • Save waystilos/19cfe6cf91c42b4c47c9 to your computer and use it in GitHub Desktop.
Save waystilos/19cfe6cf91c42b4c47c9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
//nesting
.entry p {
font-size: 2em;
font-weight: 900;
}
.entry h1 {
font-size: 4em;
color: tomato;
}
////sassify////
.entry {
p {
font-size: 2em;
font-weight: 4em;
}
h1 {
font-size: 4em;
color: tomato;
}
}
.entry p {
font-size: 2em;
font-weight: 900;
}
.entry h1 {
font-size: 4em;
color: tomato;
}
.entry p {
font-size: 2em;
font-weight: 4em;
}
.entry h1 {
font-size: 4em;
color: tomato;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment