Skip to content

Commit

Permalink
feat: add type definition in Postcss config
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Jan 6, 2024
1 parent b28f943 commit 07906ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postcss.config.js
@@ -1,6 +1,7 @@
// Please do not use the array form (like ['tailwindcss', 'postcss-preset-env'])
// it will create an unexpected error: Invalid PostCSS Plugin found: [0]

/** @type {import('postcss-load-config').Config} */
module.exports = {
plugins: {
tailwindcss: {},
Expand Down

0 comments on commit 07906ff

Please sign in to comment.