Skip to content

Commit 33dd7aa

Browse files
committed
Self host tailwind
1 parent badb88e commit 33dd7aa

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
**/.DS_Store
2+
*/.DS_Store

assets/.DS_Store

0 Bytes
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="/softpoint/app.css" />
77
<title>SoftPoint | Home</title>
8-
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
8+
<script src="/softpoint/tailwind.js"></script>
99
</head>
1010
<body>
1111
<script>

tailwind.js

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

0 commit comments

Comments
 (0)