aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_push.scss
blob: c7f41a4c313905cf8c5cb291038c9f59ae7cc941 (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
/**
 * Namespace classes
 *
 * Type: String
 */

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


/**
 * Size delimiter. Defaults to \/. Ex: .u-push-1/3
 *
 * Type: String
 */

$iota-utils-push-delimiter: $iota-global-delimiter;


/**
 * Columns to populate push utility for
 *
 * Type: Unitless Number / List
 */

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


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

$iota-utils-push-res: false;


/**
 * Breakpoints map. Allows you to create breakpoints only
 * for the push responsive utility.
 *
 * Type: Map
 */

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


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