Evolutionary-Model-Merger / frontend /postcss.config.js
rikunarita-2's picture
Create postcss.config.js
24cac56 verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};