plane/app/postcss.config.js
sriram veeraghanta 1538b99a28 removing trubo
2023-04-21 19:30:36 -04:00

7 lines
83 B
JavaScript

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