aboutsummaryrefslogtreecommitdiff
path: root/src/scss/objects/_type.scss
blob: 43a2b9ff8eca211e67889b3dca8311925381f982 (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
/**
 * 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,
  20: $type-20,
  28: $type-28,
  35: $type-35,
  80: $type-80
);


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