Skip to content

Instantly share code, notes, and snippets.

@zastrow
Created August 8, 2019 12:24
Show Gist options
  • Save zastrow/2dea628f5a1fc1cbbb4700447ef7ef0d to your computer and use it in GitHub Desktop.
Save zastrow/2dea628f5a1fc1cbbb4700447ef7ef0d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
> 1%
last 2 versions
// ----
// libsass (v3.5.4)
// ----
@function space($space-value) {
@return $space-value * 1rem;
}
.my-class {
padding: space(2);
}
.my-class {
padding: 2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment