Created
August 3, 2022 15:32
-
-
Save dektaiimage/4686288f80e0713f774b99433e3562f6 to your computer and use it in GitHub Desktop.
Tailwindcss Dark Mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="bg-white dark:bg-slate-800 ..."> | |
.... | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment