Skip to content

Instantly share code, notes, and snippets.

@shahab570
Created January 17, 2021 13:36
Show Gist options
  • Save shahab570/21f5d41dcf9ea0984b31f6159f8f9f73 to your computer and use it in GitHub Desktop.
Save shahab570/21f5d41dcf9ea0984b31f6159f8f9f73 to your computer and use it in GitHub Desktop.
@mixin abc($value-1, $value-2: center) {
display: flex;
justify-content: $value-1;
align-items: $value-2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment