Files
cost-frontend/postcss.config.js
T

7 lines
81 B
JavaScript
Raw Normal View History

2024-06-12 09:50:18 +08:00
module.exports = {
plugins: {
autoprefixer: {},
tailwindcss: {}
}
};