llm-consistency / frontend /postcss.config.js
juand-r's picture
Upload folder using huggingface_hub
0d2fd72 verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};