Skip to content

Instantly share code, notes, and snippets.

@dNitza
Created October 11, 2012 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dNitza/3869540 to your computer and use it in GitHub Desktop.
Save dNitza/3869540 to your computer and use it in GitHub Desktop.
SCSS Mixin to replace width/height with dimensions
@mixin dimensions($width: auto, $height: auto) {
width: $width;
height: $height;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment