fccview_cronmaster/postcss.config.js
2025-08-18 09:25:53 +01:00

7 lines
82 B
JavaScript

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