diff --git a/examples/blog-starter-typescript/postcss.config.js b/examples/blog-starter-typescript/postcss.config.js index 9fb517645aeea..33ad091d26d8a 100644 --- a/examples/blog-starter-typescript/postcss.config.js +++ b/examples/blog-starter-typescript/postcss.config.js @@ -1,3 +1,6 @@ module.exports = { - plugins: ['tailwindcss', 'autoprefixer'], + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, }