aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_pull.scss
blob: 309db791ff1eb8460c497b6f6db178b7611e2c46 (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-pull-namespace: 'pull-';


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

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


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

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


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

$iota-utils-pull-res: false;


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

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


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