NavigatedLearning / postcss.config.js
Prabhas Jupalli
Deployment: High-Fidelity Dashboard & Native Storage Integration
74626f2
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};