Skip to content

Commit

Permalink
Continue: Update blog-starter-typescript postcss.config.js (#27314)
Browse files Browse the repository at this point in the history
* Update postcss.config.js

update postcss.config.js based nextjs guide: https://tailwindcss.com/docs/guides/nextjs

* Update examples/blog-starter-typescript/postcss.config.js

* lint-fix

Co-authored-by: Rubens de Melo <rubensdemelo@gmail.com>
Co-authored-by: Lee Robinson <me@leerob.io>
  • Loading branch information
3 people authored Jul 20, 2021
1 parent c082972 commit 68cd5b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/blog-starter-typescript/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
plugins: ['tailwindcss', 'autoprefixer'],
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}

0 comments on commit 68cd5b1

Please sign in to comment.