Skip to content

Commit

Permalink
Merge pull request #151 from brewbean/feat/tailwind-build-change
Browse files Browse the repository at this point in the history
implement tailwind CRA canonical setup
  • Loading branch information
pattruong committed Feb 16, 2021
2 parents 9d78576 + 8c690d1 commit c4e99bb
Show file tree
Hide file tree
Showing 6 changed files with 24,690 additions and 3,085 deletions.
7 changes: 7 additions & 0 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
style: {
postcss: {
plugins: [require('tailwindcss'), require('autoprefixer')],
},
},
}
Loading

0 comments on commit c4e99bb

Please sign in to comment.