Skip to content

Commit 4174b98

Browse files
author
Brad Cornes
committed
remove log
1 parent 15d387e commit 4174b98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/tailwindcss-class-names/src/getVariants.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ export default function getVariants({ config, version, postcss }) {
3131
config: (path, defaultValue) => dlv(config, path, defaultValue),
3232
postcss,
3333
})
34-
} catch (_) {
35-
console.error(_)
36-
}
34+
} catch (_) {}
3735
})
3836

3937
return variants

0 commit comments

Comments
 (0)