Files
play-life/play-life-web/postcss.config.js

8 lines
81 B
JavaScript
Raw Permalink Normal View History

2025-12-29 20:01:55 +03:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}