Create postcss.config.mjs

This commit is contained in:
Jacob Nguyen
2025-01-29 10:29:29 -06:00
committed by GitHub
parent b3096c1072
commit af0eea3dd1

8
postcss.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
export default {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
"@tailwindcss/postcss": {},
}
};.