Erant-OldApp/postcss.config.cjs

7 lines
76 B
JavaScript
Raw Normal View History

2022-12-01 11:25:45 +00:00
module.exports = {
2022-12-03 21:35:28 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2022-12-01 11:25:45 +00:00
}