-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
1,570 additions
and
780 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ dist-ssr | |
*.njsproj | ||
*.sln | ||
*.sw? | ||
#lock-package | ||
pnpm-lock.yaml |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
npx lint-staged | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
:root { | ||
--background: hsl(0, 0%, 100%); | ||
--foreground: hsl(222.2, 47.4%, 11.2%); | ||
--muted: hsl(210, 40%, 96.1%); | ||
--muted-foreground: hsl(215.4, 16.3%, 46.9%); | ||
--card: hsl(0, 0%, 100%); | ||
--card-foreground: hsl(222.2, 47.4%, 11.2%); | ||
--popover: hsl(0, 0%, 100%); | ||
--popover-foreground: hsl(222.2, 47.4%, 11.2%); | ||
--border: hsl(214.3, 31.8%, 91.4%); | ||
--input: hsl(214.3, 31.8%, 91.4%); | ||
--primary: hsl(200deg, 60%, 94.1%); | ||
--primary-foreground: hsl(200deg, 62.8%, 61%); | ||
--secondary: hsl(240deg, 4.76%, 95.9%); | ||
--secondary-foreground: hsl(206deg, 6.6%, 41.6%); | ||
--accent: hsl(210, 40%, 96.1%); | ||
--accent-foreground: hsl(222.2, 47.4%, 11.2%); | ||
--destructive: hsl(0, 100%, 50%); | ||
--destructive-foreground: hsl(210, 40%, 98%); | ||
--ring: hsl(215, 20.2%, 65.1%); | ||
--radius: 0.5rem; | ||
} | ||
|
||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; /*# sourceMappingURL=index.css.map */ |
This file contains 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
This file contains 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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.