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