sandbox-web-ide/postcss.config.js
2024-03-19 12:13:18 -04:00

7 lines
83 B
JavaScript

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