Skip to content

Commit 92f8f84

Browse files
committed
Compile tailwind
1 parent bbd6f01 commit 92f8f84

File tree

6 files changed

+1286
-13
lines changed

6 files changed

+1286
-13
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
**/.DS_Store
22
*/.DS_Store
3+
styles.css
4+
node_modules

app.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "tailwindcss";
2+
13
@font-face {
24
src: url("/softpoint/assets/fonts/Poppins-Regular.ttf");
35
font-family: Poppins;

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="stylesheet" href="/softpoint/app.css" />
6+
<link rel="stylesheet" href="/softpoint/styles.css" />
77
<title>SoftPoint | Home</title>
8-
<script src="/softpoint/tailwind.js"></script>
98

109
<meta name="description" content="Cutting-edge B2B software" />
1110
<meta
@@ -669,7 +668,7 @@ <h2 class="capitalize font-semibold opacity-50">
669668
<span class="opacity-50">No</span>
670669
</div>
671670
<button
672-
class="text-[#F44545] border-2 border-[#F44545]/20 text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer"
671+
class="text-[#F44545] border-2 border-[#F44545]/20 text-xl rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer"
673672
aria-label="Buy Plan"
674673
>
675674
Buy Plan
@@ -733,7 +732,7 @@ <h2 class="capitalize font-semibold opacity-50">
733732
<span class="opacity-50">No</span>
734733
</div>
735734
<button
736-
class="bg-[#F55454] text-white text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold transition hover:scale-102 hover:opacity-80 cursor-pointer"
735+
class="bg-[#F55454] text-white text-xl rounded-lg py-[13px] px-[75px] mt-10 font-semibold transition hover:scale-102 hover:opacity-80 cursor-pointer"
737736
aria-label="Buy Plan"
738737
>
739738
Buy Plan
@@ -795,7 +794,7 @@ <h2 class="capitalize font-semibold opacity-50">
795794
<span>Yes</span>
796795
</div>
797796
<button
798-
class="text-[#F44545] border-2 border-[#F44545]/20 text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer"
797+
class="text-[#F44545] border-2 border-[#F44545]/20 text-xl rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer"
799798
aria-label="Buy Plan"
800799
>
801800
Buy Plan

0 commit comments

Comments
 (0)