portfolio-website/postcss.config.js
Pablo de la Torre Jamardo 9eca12ebca
Some checks failed
Deploy to GitHub Pages / build-and-deploy (push) Has been cancelled
Initial functional version of the portfolio chatbot site
2025-07-22 08:06:10 +02:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}