Create postcss.config.cjs

This commit is contained in:
Arhey 2022-04-07 15:40:32 +03:00
parent b8203a539c
commit a878dd87a8

6
postcss.config.cjs Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}