Files
hermione-fe/postcss.config.js
andrea.terzani 8dd4417d0e Initial commit
2024-07-31 09:22:52 +02:00

7 lines
93 B
JavaScript

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