aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_flex-direction.scss
blob: 620e15c820cf0c167c5c49556f1763359cae0c4d (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-flex-direction-res: false;


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

$iota-utils-flex-direction-breakpoints: $iota-global-breakpoints;


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

$iota-utils-flex-direction-namespace            : 'fd-';
$iota-utils-flex-direction-row-name             : 'row';
$iota-utils-flex-direction-row-reverse-name     : 'rowrev';
$iota-utils-flex-direction-column-name          : 'col';
$iota-utils-flex-direction-column-reverse-name  : 'colrev';


@import 'node_modules/iotacss/utilities/flex-direction';