elevate-rehab-v3

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

postcss.config.js (140B)


      1 module.exports = {
      2   plugins: {
      3     "postcss-import": {},
      4     "tailwindcss/nesting": {},
      5     tailwindcss: {},
      6     autoprefixer: {},
      7   },
      8 };