plane/space/postcss.config.js
sriram veeraghanta 3ce0aa8ebc restructring
2023-08-22 13:00:23 +05:30

7 lines
83 B
JavaScript

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