Smart-Retrieval-Demo-API / frontend /postcss.config.js
khronoz's picture
Initial Commit
0702eb8
raw
history blame
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};