Skip to content

Instantly share code, notes, and snippets.

@emmadesilva
Created March 3, 2022 15:06
Show Gist options
  • Select an option

  • Save emmadesilva/57f6e5569a22a74cbb3130f44ba19691 to your computer and use it in GitHub Desktop.

Select an option

Save emmadesilva/57f6e5569a22a74cbb3130f44ba19691 to your computer and use it in GitHub Desktop.
Tailwind CDN with Darkmode Class
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
darkMode: 'class',
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment