Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed May 30, 2023
1 parent 000c8b1 commit aff6bf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ let tailwindConfig = process.env.HUGO_FILE_TAILWIND_CONFIG_JS || './tailwind.con
const tailwind = require('tailwindcss')(tailwindConfig);
const autoprefixer = require('autoprefixer');

console.log(`/* Using postcss.config.js from ${tailwindConfig} */`);

module.exports = {
// eslint-disable-next-line no-process-env
plugins: [tailwind, ...(process.env.HUGO_ENVIRONMENT === 'production' ? [autoprefixer] : [])],
Expand Down

0 comments on commit aff6bf7

Please sign in to comment.