feba.me/postcss.config.cjs
Felix Baumgärtner 7079d59937 initial commit
2023-12-08 21:05:19 +01:00

6 lines
75 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}