profile / postcss.config.js
n0w0f's picture
Replace FastAPI with React portfolio
c990683
raw
history blame contribute delete
92 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};