daw-audio-workstation / postcss.config.js
OnyxMunk's picture
๐Ÿš€ Deploy AudioForge: AI-Powered Digital Audio Workstation
46c3324
raw
history blame contribute delete
84 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};