refactor: rename and fix postcss.config

This commit is contained in:
Daniel D Orlando 2023-04-01 12:57:17 -07:00
parent ff757f27cf
commit 64fc2e84f2
2 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,8 @@
module.exports = {
plugins: [
require("postcss-import"),
require("postcss-preset-env"),
require("tailwindcss"),
require("autoprefixer"),
]
};