Skip to content

Commit

Permalink
Fix postcss config console message
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing authored and bep committed May 30, 2023
1 parent 34c85c1 commit 000c8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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);
console.log(`/* Using postcss.config.js from ${tailwindConfig} */`);

module.exports = {
// eslint-disable-next-line no-process-env
Expand Down

0 comments on commit 000c8b1

Please sign in to comment.