Skip to content

Commit d35973c

Browse files
committed
Remove commented code
1 parent cfce5c0 commit d35973c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/util/resolveConfig.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,6 @@ export default function resolveConfig(configs) {
193193
mergeExtensions(mergeThemes(map(allConfigs, t => get(t, 'theme', {}))))
194194
),
195195
variants: resolveVariants(allConfigs.map(c => c.variants)),
196-
// variants: resolveFunctionKeys(
197-
// (firstVariants => {
198-
// return Array.isArray(firstVariants)
199-
// ? firstVariants
200-
// : defaults({}, ...map(allConfigs, 'variants'))
201-
// })(defaults({}, ...map(allConfigs)).variants)
202-
// ),
203196
},
204197
...allConfigs
205198
)

0 commit comments

Comments
 (0)