Skip to content

Commit

Permalink
Add small and large spacing variants
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Jun 17, 2014
1 parent 4cd32c0 commit 5694a52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _settings.defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ $inuit-heading-size-6: 14px !default;
// These variables are framework variables, sourced from variables defined
// 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: $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);
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.2",
"version": "0.1.3",
"homepage": "https://github.com/inuitcss/settings.defaults",
"authors": [
"Harry Roberts <[email protected]>"
Expand Down

0 comments on commit 5694a52

Please sign in to comment.