sandbox-web-ide/frontend/postcss.config.js
2024-04-16 17:18:51 -04:00

7 lines
83 B
JavaScript

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