Files
cheerstothe_season_2.0/postcss.config.js
2024-05-21 17:06:14 +05:30

7 lines
93 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};