fix build system

This commit is contained in:
Guilherme Saade
2023-08-15 14:53:25 -03:00
committed by GitHub
parent c7a57d9283
commit f8a3e3ec16
3 changed files with 3 additions and 2 deletions

8
postcss.config.cjs Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
}