Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tailwindcss v2.0.3 JIT compiler #16

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

macCesar
Copy link

@macCesar macCesar commented Mar 16, 2021

  • update every dependency to the latest versions.
  • added npm run watch to test JIT compiler.
  • Fixed dark/light mode to v2.0.3
  • Fixed forms.html to use the latest @tailwindcss/forms
  • Added more examples to 'forms.html`

@vercel
Copy link

vercel bot commented Mar 16, 2021

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
Copy link
Author

macCesar commented Mar 16, 2021

Hello Estevan can you review this PR please??

Thanks!!

@ramaID
Copy link

ramaID commented Mar 17, 2021

love it, thanks!

@macCesar
Copy link
Author

macCesar commented Mar 18, 2021

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

I hope that Estevan can soon merge this PR.

@macCesar
Copy link
Author

macCesar commented Mar 20, 2021

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,
       ...
      },
      ...
    },
  },
  ...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants