Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
Bug fix for mixin, was using property
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Mar 14, 2013
1 parent d1fbd17 commit 587e9bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,3 +1,7 @@
v0.1.3 ---- 7 Mar 2013 --------------------------------

! Bug fix for `margin` mixin, was using `padding` property

v0.1.2 ---- 7 Mar 2013 --------------------------------

_ Offload work to `clockhand` stylus mixin via the new `clockhand-stylus` npm package
Expand Down
2 changes: 1 addition & 1 deletion shorthand-edge-omissions.styl
Expand Up @@ -12,4 +12,4 @@ margin()
if _ in arguments
clockhand(arguments, 'margin')
else
padding arguments
margin arguments

0 comments on commit 587e9bb

Please sign in to comment.