Skip to content

Commit db6bb6b

Browse files
author
Dennis Heibült
committed
[refs #3] Add content for core settings
1 parent f9f3f32 commit db6bb6b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

_docs/settings/core.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,15 @@ filename: "_settings.core.scss"
1010

1111
{% include file-info.html %}
1212

13-
Core settings
13+
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.
14+
15+
The two most important variables are:
16+
17+
$inuit-global-font-size: 16px !default;
18+
$inuit-global-line-height: 24px !default;
19+
20+
The following is very important:
21+
22+
$inuit-global-spacing-unit: round($inuit-global-line-height) !default;
23+
24+
What this does is reassigning the global line-height to a multipurpose spacing variable

0 commit comments

Comments
 (0)