sql-snippets / postcss.config.js
cfahlgren1's picture
cfahlgren1 HF staff
init
db39944
raw
history blame contribute delete
No virus
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}