Skip to content

Instantly share code, notes, and snippets.

@geekysrm
Created October 20, 2020 17:07
Embed
What would you like to do?
default-tailwind-config
// tailwind.config.js
module.exports = {
future: {},
purge: [],
theme: {
extend: {},
},
variants: {},
plugins: [],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment