estevanmaito / windmill-dashboard

📊 A multi theme, completely accessible, ready for production dashboard.
https://windmillui.com/dashboard-html
MIT License
2.85k stars 475 forks source link

Update tailwindcss v2.0.3 JIT compiler #16

Open macCesar opened 3 years ago

macCesar commented 3 years ago
vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/ejmaito/tailwind-dashboard/CA4UhS7NnjUptQBaqcaZs3cYQYrA
✅ Preview: https://tailwind-dashboard-git-fork-maccesar-master-ejmaito.vercel.app

macCesar commented 3 years ago

Hello Estevan can you review this PR please??

Thanks!!

ramaID commented 3 years ago

love it, thanks!

macCesar commented 3 years ago

I'm still checking other sections. But so far everything looks great!!

I hope that Estevan can soon merge this PR.

macCesar commented 3 years ago

Refactor every HTML pages to use a primary color.

To easily update the overall color theme from within tailwind.config.js

...
module.exports = {
  ...
  theme: {
    ...
    extend: {
      colors: {
        primary: colors.purple,
       ...
      },
      ...
    },
  },
  ...
}