Skip to content

Instantly share code, notes, and snippets.

@rizkysyazuli
Last active February 20, 2020 16:14
Show Gist options
  • Save rizkysyazuli/49671088cff908d32b58 to your computer and use it in GitHub Desktop.
Save rizkysyazuli/49671088cff908d32b58 to your computer and use it in GitHub Desktop.
[SCSS - Sizing] #scss
@mixin size($width, $height: $width) {
width: $width;
height: $height;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment