OpticaDavid / postcss.config.js
JairoDanielMT's picture
test con node-js 20 + react + huggingface
c0dc9e8
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}