aboutsummaryrefslogtreecommitdiff
path: root/src/scss/utilities/_bgcolor.scss
blob: 85ec04c68e304017ee07b9f02b20855894c273a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * Background color names
 *
 * Type: Map
 */

$iota-utils-bgcolor-names: $colors;


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

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


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