Files
apollo-fe/postcss.config.js
andrea.terzani f9472a4197 Initial commit
2024-07-30 15:12:56 +02:00

7 lines
93 B
JavaScript

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