Skip to content

Instantly share code, notes, and snippets.

@davaynamore
Created April 10, 2019 11:58
Show Gist options
  • Save davaynamore/f2e649966a6a8f47e67294c53ebad45f to your computer and use it in GitHub Desktop.
Save davaynamore/f2e649966a6a8f47e67294c53ebad45f to your computer and use it in GitHub Desktop.
square
@mixin square($size) {
width: $size;
height: $size;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment