Skip to content

Instantly share code, notes, and snippets.

@airen
Created April 3, 2015 04:22
Show Gist options
  • Save airen/b8039247f194acb0c685 to your computer and use it in GitHub Desktop.
Save airen/b8039247f194acb0c685 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$fonts :(
size: 20px,
style: italic,
weight: bold
);
.box {
@each $value, $font in $fonts {
font-#{$value}: $font;
}
}
.box {
font-size: 20px;
font-style: italic;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment