aboutsummaryrefslogtreecommitdiff
path: root/src/scss/objects/_type.scss
blob: ed74bde951fc9a9e5a22b76b2e322d4b6dc35021 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * 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: ();


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