Newer
Older
My-Portfolio / frontend / postcss.config.js
export default {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}