aboutsummaryrefslogtreecommitdiff
path: root/src/scss/base/_initialize.scss
blob: 61856132b1253f0bd549ac704312edc202549419 (plain) (blame)
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
/**
 * Global box sizing option
 *
 * Type: String
 */

$iota-base-initialize-box-sizing: 'border-box';


/**
 * Makes all heading tags ( h1 - h6 ) to be equal
 * to your body size.  It forces you to use heading
 * tags with focus on your semantics and not on the
 * way they look.
 *
 * Type: Boolean
 */

$iota-base-initialize-heading-size: true;


/**
 * Enables normalize and resets for the HTML4 form
 * elements
 *
 * Type: Boolean
 */

$iota-base-initialize-form-elements: false;


/**
 * Enables normalize and resets for the HTML5 form
 * elements
 *
 * Type: Boolean
 */

$iota-base-initialize-html5-form-elements: false;


@import 'node_modules/iotacss/base/initialize';