zhereh-frontend

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

postcss.config.js (80B)


      1 export default {
      2   plugins: {
      3     tailwindcss: {},
      4     autoprefixer: {},
      5   },
      6 }