Files
Self_Determination_Theory_Game/frontend/postcss.config.js
2025-09-07 00:03:12 +02:00

7 lines
82 B
JavaScript

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