GroceryTracker / postcss.config.js
RafaelJaime's picture
Create postcss.config.js
f2e9b18 verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}