aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_float.scss
blob: ca02761c99900f9db5d20bfd4996f8f01f82553d (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-float-res: false;


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

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



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

$iota-utils-float-namespace   : 'float-';
$iota-utils-float-left-name   : 'left';
$iota-utils-float-right-name  : 'right';


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