aboutsummaryrefslogtreecommitdiff
path: root/src/scss/tools/_ms.scss
blob: fcd1c841b50166384046c89c6392a89afe7f18a2 (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
/**
 * The base value the scale starts at.
 *
 * Number
 */

$iota-tools-ms-base: 15px;


/**
 * The ratio the scale is built on
 *
 * Unitless Number
 */

$iota-tools-ms-ratio: 1.2;


/**
 * Length of scale ( right part of the decimal
 * point ) ms will be rounded to.
 *
 * Unitless Number
 */

$iota-tools-ms-scale: 3;


@import 'node_modules/iotacss/tools/ms';