Created
December 13, 2020 17:43
-
-
Save owenconti/dc3e8e399c479fa2e9f25765cb16c0a1 to your computer and use it in GitHub Desktop.
Adding dark mode support to a Tailwind website
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
// tailwind.config.js | |
module.exports = { | |
darkMode: 'media', | |
// Rest of config here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment