www_ourverse_new/postcss.config.js
2024-08-26 14:14:34 +02:00

7 lines
82 B
JavaScript

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