Remove unused craco config

This commit is contained in:
Willian Mitsuda 2022-08-04 20:13:01 -03:00
parent a0cc9d8de1
commit 8aea0e9c75
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
// craco.config.js
module.exports = {
style: {
postcss: {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
},
},
}