aboutsummaryrefslogtreecommitdiff
path: root/src/scss/tools/_ms.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/tools/_ms.scss')
-rw-r--r--src/scss/tools/_ms.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/scss/tools/_ms.scss b/src/scss/tools/_ms.scss
new file mode 100644
index 0000000..fcd1c84
--- /dev/null
+++ b/src/scss/tools/_ms.scss
@@ -0,0 +1,29 @@
1/**
2 * The base value the scale starts at.
3 *
4 * Number
5 */
6
7$iota-tools-ms-base: 15px;
8
9
10/**
11 * The ratio the scale is built on
12 *
13 * Unitless Number
14 */
15
16$iota-tools-ms-ratio: 1.2;
17
18
19/**
20 * Length of scale ( right part of the decimal
21 * point ) ms will be rounded to.
22 *
23 * Unitless Number
24 */
25
26$iota-tools-ms-scale: 3;
27
28
29@import 'node_modules/iotacss/tools/ms';