respirex-backend / frontend /postcss.config.js
CineDev's picture
Deploy with all images in LFS
6fd9abb
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}