aboutsummaryrefslogtreecommitdiff
path: root/src/scss/objects/_type.scss
blob: 7184ab05b65b10dc47089c17d3320b7bc10750b4 (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
/**
 * Allows you to change the default type name from .o-type-.
 *
 * Type: String
 */

$iota-objs-type-namespace: 'type-';


/**
 * Allows you to specify typography sizes.
 *
 * Type: Map
 */

$iota-objs-type-sizes: (
  16: $type-16,
  18: $type-18,
  20: $type-20,
  22: $type-22,
  24: $type-24,
  26: $type-26,
  28: $type-28,
  30: $type-30,
  32: $type-32,
  34: $type-34,
  35: $type-35,
  80: $type-80
);


@import 'node_modules/iotacss/objects/type';