Skip to content

Commit b68c445

Browse files
author
Mishaal919
committed
frontendSample
1 parent ee0c223 commit b68c445

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

HealVista/healvistahms

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 00ef4b7f540d2c52a0952437084a6463d02387ee

tailwind.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/** @type {import('tailwindcss').Config} */
2+
export default {
3+
content: ["./src/**/*.{html,js}"],
4+
theme: {
5+
extend: {},
6+
},
7+
plugins: [],
8+
}

0 commit comments

Comments
 (0)