Skip to content

Commit

Permalink
Micro addition of size mixin to quickly set width and/or height
Browse files Browse the repository at this point in the history
  • Loading branch information
glovertom committed Oct 26, 2012
1 parent f93cf9e commit 6a3c1f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/addons/_size.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@mixin size($width, $height) {
width: $width;
height: $height;
}

0 comments on commit 6a3c1f1

Please sign in to comment.