soundsauce-old / web /postcss.config.js
mattricesound's picture
Init web commit. Basic layout
bb1950e
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}