Skip to content

Commit

Permalink
Daisy chain sizing units more neatly. Closes #1. Thanks, @nenadjelovac
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Jul 16, 2014
1 parent 5694a52 commit 76c7f77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _settings.defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ $inuit-heading-size-6: 14px !default;
// above. Feel free to use these variables throughout your project, but do not
// modify or reassign them.
$inuit-base-spacing-unit: $inuit-base-line-height;
$inuit-base-spacing-unit--small: round($inuit-base-line-height / 2);
$inuit-base-spacing-unit--large: round($inuit-base-line-height * 2);
$inuit-base-spacing-unit--small: round($inuit-base-spacing-unit / 2);
$inuit-base-spacing-unit--large: round($inuit-base-spacing-unit * 2);
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inuit-defaults",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/inuitcss/settings.defaults",
"authors": [
"Harry Roberts <[email protected]>"
Expand Down

0 comments on commit 76c7f77

Please sign in to comment.