DigitalDB / frontend /postcss.config.js
Mr-Thop's picture
Add files
3db086d
Raw
History Blame Contribute Delete
88 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}