Skip to content

Instantly share code, notes, and snippets.

@geekysrm
Created October 20, 2020 17:07
Show Gist options
  • Save geekysrm/5d64017e09a0447cc168f8699b538458 to your computer and use it in GitHub Desktop.
Save geekysrm/5d64017e09a0447cc168f8699b538458 to your computer and use it in GitHub Desktop.
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