Files
fte-Homepage/postcss.config.js
root 65a0be1350 .
2023-07-29 22:17:22 +02:00

7 lines
83 B
JavaScript

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