-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.defaults.less
44 lines (28 loc) · 1.13 KB
/
settings.defaults.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*!
* inuitcss, by @csswizardry
* LESS port supported by @nicoespeon
*
* github.com/inuitless | inuitcss.com
* Original SASS port : github.com/inuitcss
*/
///*------------------------------------*\
// #DEFAULTS
//\*------------------------------------*/
// These variables are inuitcss’ defaults; they should not be modified or
// adjusted directly; you should predefine the variables in your own project.
// High-level base settings.
@inuit-base-font-size: 16px;
@inuit-base-line-height: 24px;
@inuit-base-text-color: #333;
@inuit-base-background-color: #fff;
// Namespace.
//
// Would you like inuitcss’ classes to be prepended with a namespace? If so,
// define it here.
@inuit-namespace: null;
// 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--small: round(@inuit-base-spacing-unit / 2);
@inuit-base-spacing-unit--large: round(@inuit-base-spacing-unit * 2);