We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16c153 commit 180e6a2Copy full SHA for 180e6a2
tailwind.config.js
@@ -0,0 +1,11 @@
1
+/** @type {import('tailwindcss').Config} */
2
+module.exports = {
3
+ content: ["*.hbs","partials/*.hbs"],
4
+ darkMode: 'class',
5
+ theme: {
6
+ extend: {},
7
+ },
8
+ plugins: [
9
+ require('@tailwindcss/typography'),
10
+ ],
11
+}
0 commit comments