FindMyRecipe / postcss.config.cjs
postcss.config.cjs
Raw
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}