Files
cheerstothe_season_2.0/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2024-05-21 17:06:14 +05:30
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};