AudioForge / frontend /postcss.config.js
OnyxlMunkey's picture
c618549
raw
history blame contribute delete
89 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};