Skip to content

Commit 180e6a2

Browse files
config the tailwindcss
1 parent c16c153 commit 180e6a2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tailwind.config.js

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)