Skip to content

Commit eed9d02

Browse files
committed
started tailwindcss for the styling
1 parent 74439a8 commit eed9d02

File tree

3 files changed

+1986
-7
lines changed

3 files changed

+1986
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/** @type {import('tailwindcss').Config} */
2+
module.exports = {
3+
content: [],
4+
theme: {
5+
extend: {},
6+
},
7+
plugins: [],
8+
}
9+

0 commit comments

Comments
 (0)