Skip to content

Instantly share code, notes, and snippets.

@jadenlemmon
Created March 23, 2022 19:30
Show Gist options
  • Save jadenlemmon/ac77fd11d507e9ac3e084a35dc42887c to your computer and use it in GitHub Desktop.
Save jadenlemmon/ac77fd11d507e9ac3e084a35dc42887c to your computer and use it in GitHub Desktop.
Example Tailwind Config File
module.exports = {
content: ["./lib/templates/**/*.{html,j2}"],
theme: {
extend: {},
},
plugins: [require("@tailwindcss/forms")],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment