AI-PolicyTrace / ui /postcss.config.js
teja141290's picture
Deploy PolicyTrace Hugging Face Space
be54038
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}