aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_color.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/utilities/_color.scss')
-rw-r--r--src/scss/utilities/_color.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/scss/utilities/_color.scss b/src/scss/utilities/_color.scss
new file mode 100644
index 0000000..467a63b
--- /dev/null
+++ b/src/scss/utilities/_color.scss
@@ -0,0 +1,19 @@
1/**
2 * Color names
3 *
4 * Type: Map
5 */
6
7$iota-utils-color-names: ();
8
9
10/**
11 * Namespace classes
12 *
13 * Type: String
14 */
15
16$iota-utils-color-namespace: 'color-';
17
18
19@import 'node_modules/iotacss/utilities/color';