Skip to content

Commit

Permalink
Fix annoying log
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Nov 12, 2024
1 parent c37a6c0 commit 8c81493
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/postcss-plugins.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const path = require('path');
const { cyan } = require('./colorize');

const LOOKBOOK_TAILWIND_CONF = path.resolve(
path.join(__dirname, '..', 'tailwind.config.js')
Expand Down Expand Up @@ -39,10 +38,7 @@ exports.defaultPlugins = ({
/** If true, we'll minify and purge unused CSS classes. */
bundle = false,
} = {}) => {
console.log(cyan('Using PostCSS plugins from Lookbook with settings:'), {
pathToTailwindConf,
bundle,
});
console.log(`Applying Lookbook PostCSS plugins with BUNDLE=${bundle}`);

return [
require('postcss-import'),
Expand Down

0 comments on commit 8c81493

Please sign in to comment.