Created
March 23, 2022 19:30
-
-
Save jadenlemmon/ac77fd11d507e9ac3e084a35dc42887c to your computer and use it in GitHub Desktop.
Example Tailwind Config File
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
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