Skip to content

Instantly share code, notes, and snippets.

@jurecuhalev
Created February 8, 2016 22:56
Show Gist options
  • Save jurecuhalev/56525f446592b8d02c2b to your computer and use it in GitHub Desktop.
Save jurecuhalev/56525f446592b8d02c2b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.bla {
font: {
size: 1em;
weight: 400;
};
}
.bla {
font-size: 1em;
font-weight: 400;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment