aboutsummaryrefslogtreecommitdiff
path: root/src/scss/objects/_type.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/objects/_type.scss')
-rw-r--r--src/scss/objects/_type.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/scss/objects/_type.scss b/src/scss/objects/_type.scss
new file mode 100644
index 0000000..ed74bde
--- /dev/null
+++ b/src/scss/objects/_type.scss
@@ -0,0 +1,19 @@
1/**
2 * Allows you to change the default type name from .o-type-.
3 *
4 * Type: String
5 */
6
7$iota-objs-type-namespace: 'type-';
8
9
10/**
11 * Allows you to specify typography sizes.
12 *
13 * Type: Map
14 */
15
16$iota-objs-type-sizes: ();
17
18
19@import 'node_modules/iotacss/objects/type';