Skip to content

Instantly share code, notes, and snippets.

@zastrow
Created August 8, 2019 12:25
Show Gist options
  • Save zastrow/077750dacdc6cd8509fbda872dc52a89 to your computer and use it in GitHub Desktop.
Save zastrow/077750dacdc6cd8509fbda872dc52a89 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
> 1%
last 2 versions
// ----
// libsass (v3.5.4)
// ----
$sizes: (
sm: 1rem,
md: 1.5rem,
lg: 2rem
);
.my-class {
font-size: map-get($sizes, sm);
}
.my-class {
font-size: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment