Skip to content

Update tailwindcss v2.0.3 JIT compiler#16

Open
macCesar wants to merge 20 commits intoestevanmaito:masterfrom
macCesar:master
Open

Update tailwindcss v2.0.3 JIT compiler#16
macCesar wants to merge 20 commits intoestevanmaito:masterfrom
macCesar:master

Conversation

@macCesar
Copy link
Copy Markdown

@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
Copy Markdown

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

macCesar commented Mar 16, 2021

Hello Estevan can you review this PR please??

Thanks!!

@qisthidev
Copy link
Copy Markdown

love it, thanks!

@macCesar
Copy link
Copy Markdown
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
Copy Markdown
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