web_next/weather_app/postcss.config.js
2024-03-20 15:08:40 -05:00

6 lines
83 B
JavaScript

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