RemoteShell-Frontend/postcss.config.js
2024-10-20 10:23:54 +00:00

7 lines
82 B
JavaScript

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