Skip to content

Instantly share code, notes, and snippets.

@shahab570
Created January 17, 2021 13:36
Show Gist options
  • Select an option

  • Save shahab570/21f5d41dcf9ea0984b31f6159f8f9f73 to your computer and use it in GitHub Desktop.

Select an option

Save shahab570/21f5d41dcf9ea0984b31f6159f8f9f73 to your computer and use it in GitHub Desktop.

Revisions

  1. shahab570 created this gist Jan 17, 2021.
    5 changes: 5 additions & 0 deletions a
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    @mixin abc($value-1, $value-2: center) {
    display: flex;
    justify-content: $value-1;
    align-items: $value-2;
    }