Paper_Trading / frontend /postcss.config.js
superxuu
feat: Complete stock trading simulation system
2d4ab0a
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};