remove log
parent
15d387ea45
commit
4174b98485
|
@ -31,9 +31,7 @@ export default function getVariants({ config, version, postcss }) {
|
||||||
config: (path, defaultValue) => dlv(config, path, defaultValue),
|
config: (path, defaultValue) => dlv(config, path, defaultValue),
|
||||||
postcss,
|
postcss,
|
||||||
})
|
})
|
||||||
} catch (_) {
|
} catch (_) {}
|
||||||
console.error(_)
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
|
||||||
return variants
|
return variants
|
||||||
|
|
Loading…
Reference in New Issue