N4SM / frontend /postcss.config.js
gaialive's picture
Upload 20 files
d591eb1 verified
raw
history blame contribute delete
80 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}