aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_align.scss
blob: 483d184ad8177e2d64b304c78ee94768862ddbf9 (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
/**
 * Enable / Disable breakpoint specific classes
 *
 * Type: Boolean
 */

$iota-utils-align-res: true;


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

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


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

$iota-utils-align-namespace     : 'align-';
$iota-utils-align-top-name      : 'top';
$iota-utils-align-bottom-name   : 'bottom';
$iota-utils-align-middle-name   : 'middle';
$iota-utils-align-baseline-name : 'baseline';


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