aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_weight.scss
blob: 8785357658e49dd47402a3a0deb43cb4040c1c9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * Weight sizes
 *
 * Type: Map
 */

$iota-utils-weight-sizes: ();


/**
 * Namespace classes
 *
 * Type: String
 */

$iota-utils-weight-namespace: 'weight-';


@import 'node_modules/iotacss/utilities/weight';