Skip to content

Instantly share code, notes, and snippets.

@fernandocamargo
Created January 5, 2018 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fernandocamargo/e1c8e8502722c51b530beafbbf99fddd to your computer and use it in GitHub Desktop.
Save fernandocamargo/e1c8e8502722c51b530beafbbf99fddd to your computer and use it in GitHub Desktop.
@function spacing($amount = 1){
@return ($amount * 2) + 'rem';
}
/* after */
.my-module {
padding: spacing();
margin: spacing(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment