Skip to content

Commit

Permalink
first commmit
Browse files Browse the repository at this point in the history
  • Loading branch information
francamara committed Jul 25, 2021
1 parent 87b8ee4 commit 21dfa99
Show file tree
Hide file tree
Showing 12 changed files with 551 additions and 93 deletions.
8 changes: 8 additions & 0 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// craco.config.js
module.exports = {
style: {
postcss: {
plugins: [require('tailwindcss'), require('autoprefixer')],
},
},
}
Loading

0 comments on commit 21dfa99

Please sign in to comment.