Skip to content

Instantly share code, notes, and snippets.

@irekBudzowski
Last active February 19, 2021 09:00
Embed
What would you like to do?
Tailwind minimal config
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment