Skip to content

Commit a551f74

Browse files
committed
wip: fixed styling issue lol
1 parent e4219d6 commit a551f74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"prism-react-renderer": "^2.4.1",
3636
"react": "^19.1.0",
3737
"react-dom": "^19.1.0",
38+
"tailwindcss": "^4.1.8",
3839
"typescript": "^5.8.3",
3940
"unist-util-visit": "^5.0.0",
4041
"wrangler": "^4.19.1"

src/css/custom.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
42

53
@font-face {
64
font-family: "Open Sans";

0 commit comments

Comments
 (0)