followgraph / postcss.config.js
severo's picture
severo HF staff
copy files
b369d17
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}