Skip to content

Instantly share code, notes, and snippets.

@bubbleheadinc
Created May 26, 2015 20:04
Show Gist options
  • Save bubbleheadinc/98ce4be3b4689890052a to your computer and use it in GitHub Desktop.
Save bubbleheadinc/98ce4be3b4689890052a to your computer and use it in GitHub Desktop.
sassdoc example
/// Mixin for dimensions
@mixin x-dims($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