Evo.External.App/apps/web/postcss.config.js
2023-11-03 11:57:10 +03:00

7 lines
83 B
JavaScript

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