We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d72dc2 commit 359252cCopy full SHA for 359252c
src/util/resolveConfig.js
@@ -13,8 +13,10 @@ import negateValue from './negateValue'
13
import * as corePlugins from '../plugins'
14
import configurePlugins from './configurePlugins'
15
import defaultConfig from '../../stubs/defaultConfig.stub'
16
+import colors from '../../colors'
17
18
const configUtils = {
19
+ colors,
20
negative(scale) {
21
return Object.keys(scale)
22
.filter((key) => scale[key] !== '0')
0 commit comments