aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_size.scss
blob: 4a69f4a8e5f971fcb247c33820627f2165e6b2f8 (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
43
44
45
46
47
/**
 * Size utility delimiter. Default to \/. Ex: .u-1/3.
 *
 * Type: String
 */

$iota-utils-size-delimiter: \/;


/**
 * Size utility columns list
 *
 * Type: List
 */

$iota-utils-size-columns: $iota-global-columns;


/**
 * Enables / Disables breakpoint specific classes
 *
 * Type: Boolean
 */

$iota-utils-size-res: true;


/**
 * Breakpoints map. Overrides the breakpoints map only
 * for margin utility.
 *
 * Type: Map
 */

$iota-utils-size-breakpoints: $iota-global-breakpoints;


/**
 * Namespace classes
 *
 * Type: String
 */

$iota-utils-size-namespace: '';


@import 'node_modules/iotacss/utilities/size';