aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_justify-content.scss
blob: 5dee6e8f9dbf1a532eb39413fb5e0b07c797201c (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
/**
 * Enable / Disable breakpoint specific classes
 *
 * Type: Boolean
 */

$iota-utils-justify-content-res: false;


/**
 * Override breakpoints map only for align utility
 *
 * Type: Type: Map
 */

$iota-utils-justify-content-breakpoints: $iota-global-breakpoints;


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

$iota-utils-justify-content-namespace   : 'jc-';
$iota-utils-justify-content-start-name  : 'start';
$iota-utils-justify-content-end-name    : 'end';
$iota-utils-justify-content-center-name : 'center';


@import 'node_modules/iotacss/utilities/justify-content';