Skip to content

Instantly share code, notes, and snippets.

@mrfoxtalbot
Created February 14, 2016 02:37
Show Gist options
  • Save mrfoxtalbot/52e7652434c3495a7f11 to your computer and use it in GitHub Desktop.
Save mrfoxtalbot/52e7652434c3495a7f11 to your computer and use it in GitHub Desktop.
Parámetros en un mixin
@mixin mixinName ($param: 10px) {
line-height: $param;
font-size: $param;
}
// https://css-tricks.com/the-extend-concept/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment