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

$iota-utils-text-res: true;


/**
 * Overrides breakpoints map only for position utility
 *
 * Type: Map
 */

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


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

$iota-utils-text-namespace    : 'text-';
$iota-utils-text-left-name    : 'left';
$iota-utils-text-right-name   : 'right';
$iota-utils-text-center-name  : 'center';


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