docverifyrag / frontend /postcss.config.js
SANDRAMSC's picture
First commit for landing page - prior to Service error fix
64c5e26
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}