Skip to content

Commit

Permalink
Fix incorrect labelling of large buttons. Thanks to @joejoinerr.
Browse files Browse the repository at this point in the history
Closes inuitcss#1.
  • Loading branch information
csswizardry committed Mar 2, 2014
1 parent 7695b49 commit 4e431f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _objects.buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $inuit-global-border-box: false !default;
@if ($inuit-enable-btn--large == true) {

/**
* Small buttons.
* Large buttons.
*/

.#{$inuit-namespace}btn--large,
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inuit-buttons",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/inuitcss/objects.buttons",
"authors": [
"Harry Roberts <[email protected]>"
Expand Down

0 comments on commit 4e431f1

Please sign in to comment.