aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_transform.scss
blob: 94ad1836331818eb8f11b469690b11db8a56c7c8 (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
/**
 * Enables / Disables breakpoint specific classes
 *
 * Type: Boolean
 */

$iota-utils-transform-res: false;


/**
 * Breakpoints map. Overrides the breakpoints map only
 * for margin utility.
 *
 * Type: Map
 */

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


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

$iota-utils-transform-namespace       : '';
$iota-utils-transform-capitalize-name : 'capitalize';
$iota-utils-transform-uppercase-name  : 'uppercase';
$iota-utils-transform-lowercase-name  : 'lowercase';


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