ht-OwnCraft/postcss.config.js
2025-01-04 02:29:32 +01:00

6 lines
No EOL
82 B
JavaScript

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