Skip to content

Commit

Permalink
app rework
Browse files Browse the repository at this point in the history
  • Loading branch information
vidman22 committed May 8, 2021
1 parent 86160d3 commit 52238be
Show file tree
Hide file tree
Showing 18 changed files with 2,056 additions and 1,251 deletions.
10 changes: 10 additions & 0 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
style: {
postcss: {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
},
},
}
Loading

0 comments on commit 52238be

Please sign in to comment.