Skip to content

Commit

Permalink
[refs #3] Add content for core settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Heibült committed Dec 29, 2016
1 parent f9f3f32 commit db6bb6b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion _docs/settings/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,15 @@ filename: "_settings.core.scss"

{% include file-info.html %}

Core settings
This is probably the most important file of the whole framework. It provides some really far-reaching Sass variables which—when altered—can change the look of your application massivley. That's why you should determine the values of the variables right at the beginning of your project.

The two most important variables are:

$inuit-global-font-size: 16px !default;
$inuit-global-line-height: 24px !default;

The following is very important:

$inuit-global-spacing-unit: round($inuit-global-line-height) !default;

What this does is reassigning the global line-height to a multipurpose spacing variable

0 comments on commit db6bb6b

Please sign in to comment.