todo-next

yet another task list webapp, made with Next.js
Log | Files | Refs | README

postcss.config.mjs (81B)


      1 const config = {
      2   plugins: ["@tailwindcss/postcss"],
      3 };
      4 
      5 export default config;