hf-sentiment / postcss.config.js
yalegria
Initial commit from Create Next App
0ed10d3
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}