Skip to content

Instantly share code, notes, and snippets.

@js2me
Created April 8, 2019 11:26
Show Gist options
  • Save js2me/3f422b2bb26c47326ecf981070d1bf40 to your computer and use it in GitHub Desktop.
Save js2me/3f422b2bb26c47326ecf981070d1bf40 to your computer and use it in GitHub Desktop.
Size mixin needed to combine a couple css property into one or it can have name - square
@mixin size($size) {
height: $size;
width: $size;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment