Skip to content

Commit

Permalink
feat: add generate readme btn html & js
Browse files Browse the repository at this point in the history
  • Loading branch information
ridemountainpig committed Jun 27, 2023
1 parent 073f23a commit c4be9cd
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 59 deletions.
241 changes: 192 additions & 49 deletions dist/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,10 @@ video {
left: 0px;
}

.top-0 {
top: 0px;
}

.z-10 {
z-index: 10;
}
Expand All @@ -548,9 +552,16 @@ video {
grid-column: span 5 / span 5;
}

.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
.-m-4 {
margin: -1rem;
}

.m-4 {
margin: 1rem;
}

.m-1 {
margin: 0.25rem;
}

.mx-2 {
Expand Down Expand Up @@ -596,6 +607,18 @@ video {
margin-top: 2rem;
}

.ml-2 {
margin-left: 0.5rem;
}

.inline-block {
display: inline-block;
}

.inline {
display: inline;
}

.flex {
display: flex;
}
Expand Down Expand Up @@ -644,14 +667,14 @@ video {
height: 100vh;
}

.h-8 {
height: 2rem;
}

.h-16 {
height: 4rem;
}

.h-1 {
height: 0.25rem;
}

.w-10 {
width: 2.5rem;
}
Expand Down Expand Up @@ -689,6 +712,50 @@ video {
width: 100%;
}

.w-40 {
width: 10rem;
}

.w-80 {
width: 20rem;
}

.w-60 {
width: 15rem;
}

.w-5 {
width: 1.25rem;
}

.w-56 {
width: 14rem;
}

.w-52 {
width: 13rem;
}

.w-4 {
width: 1rem;
}

.w-44 {
width: 11rem;
}

.w-48 {
width: 12rem;
}

.w-7 {
width: 1.75rem;
}

.w-72 {
width: 18rem;
}

@keyframes bounce {
0%, 100% {
transform: translateY(-25%);
Expand Down Expand Up @@ -735,6 +802,10 @@ video {
animation: rgb-bg 12s linear infinite;
}

.cursor-pointer {
cursor: pointer;
}

.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
Expand Down Expand Up @@ -780,6 +851,11 @@ video {
column-gap: 1.25rem;
}

.gap-x-4 {
-moz-column-gap: 1rem;
column-gap: 1rem;
}

.overflow-hidden {
overflow: hidden;
}
Expand Down Expand Up @@ -808,6 +884,43 @@ video {
border-width: 1px;
}

.border-4 {
border-width: 4px;
}

.border-s {
border-inline-start-width: 1px;
}

.border-nord-light-green {
--tw-border-opacity: 1;
border-color: rgb(143 188 187 / var(--tw-border-opacity));
}

.border-nord-light-error {
--tw-border-opacity: 1;
border-color: rgb(191 97 106 / var(--tw-border-opacity));
}

.border-nord-light-bg {
--tw-border-opacity: 1;
border-color: rgb(236 239 244 / var(--tw-border-opacity));
}

.border-nord-light-subAlt {
--tw-border-opacity: 1;
border-color: rgb(216 222 233 / var(--tw-border-opacity));
}

.border-slate-100 {
--tw-border-opacity: 1;
border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-transparent {
border-color: transparent;
}

.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
Expand All @@ -818,6 +931,11 @@ video {
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-nord-light-green {
--tw-bg-opacity: 1;
background-color: rgb(143 188 187 / var(--tw-bg-opacity));
}

.bg-red-50 {
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity));
Expand All @@ -833,26 +951,22 @@ video {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-nord-light-bg {
.bg-slate-50 {
--tw-bg-opacity: 1;
background-color: rgb(236 239 244 / var(--tw-bg-opacity));
background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-nord-light-green {
.bg-nord-light-error {
--tw-bg-opacity: 1;
background-color: rgb(143 188 187 / var(--tw-bg-opacity));
background-color: rgb(191 97 106 / var(--tw-bg-opacity));
}

.bg-gradient-to-br {
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
.bg-opacity-20 {
--tw-bg-opacity: 0.2;
}

.from-yellow-100 {
--tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
--tw-gradient-from-position: ;
--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-from-position);
--tw-gradient-to-position: ;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
.bg-gradient-to-br {
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-nord-light-subAlt {
Expand All @@ -863,11 +977,6 @@ video {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-amber-400 {
--tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
--tw-gradient-to-position: ;
}

.to-nord-light-green {
--tw-gradient-to: #8fbcbb var(--tw-gradient-to-position);
--tw-gradient-to-position: ;
Expand Down Expand Up @@ -929,11 +1038,6 @@ video {
padding-bottom: 0.75rem;
}

.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}

.pb-16 {
padding-bottom: 4rem;
}
Expand Down Expand Up @@ -1034,11 +1138,6 @@ video {
letter-spacing: 0.05em;
}

.text-amber-400 {
--tw-text-opacity: 1;
color: rgb(251 191 36 / var(--tw-text-opacity));
}

.text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
Expand All @@ -1054,6 +1153,16 @@ video {
color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-nord-light-bg {
--tw-text-opacity: 1;
color: rgb(236 239 244 / var(--tw-text-opacity));
}

.text-nord-light-sub {
--tw-text-opacity: 1;
color: rgb(106 119 145 / var(--tw-text-opacity));
}

.text-slate-400 {
--tw-text-opacity: 1;
color: rgb(148 163 184 / var(--tw-text-opacity));
Expand All @@ -1068,19 +1177,13 @@ video {
color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-nord-light-green {
--tw-text-opacity: 1;
color: rgb(143 188 187 / var(--tw-text-opacity));
}

.text-nord-light-bg {
.text-nord-light-subAlt {
--tw-text-opacity: 1;
color: rgb(236 239 244 / var(--tw-text-opacity));
color: rgb(216 222 233 / var(--tw-text-opacity));
}

.text-nord-light-sub {
--tw-text-opacity: 1;
color: rgb(106 119 145 / var(--tw-text-opacity));
.opacity-60 {
opacity: 0.6;
}

.opacity-70 {
Expand All @@ -1091,6 +1194,26 @@ video {
opacity: 0.75;
}

.opacity-50 {
opacity: 0.5;
}

.opacity-20 {
opacity: 0.2;
}

.opacity-10 {
opacity: 0.1;
}

.opacity-100 {
opacity: 1;
}

.opacity-40 {
opacity: 0.4;
}

.shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
Expand All @@ -1107,21 +1230,41 @@ video {
transition-duration: 300ms;
}

.duration-500 {
transition-duration: 500ms;
}

.duration-1000 {
transition-duration: 1000ms;
}

.hover\:bg-nord-light-green:hover {
--tw-bg-opacity: 1;
background-color: rgb(143 188 187 / var(--tw-bg-opacity));
}

.hover\:text-nord-light-subAlt:hover {
--tw-text-opacity: 1;
color: rgb(216 222 233 / var(--tw-text-opacity));
}

.hover\:text-nord-light-bg:hover {
--tw-text-opacity: 1;
color: rgb(236 239 244 / var(--tw-text-opacity));
}

.hover\:opacity-60:hover {
opacity: 0.6;
}

.focus\:border-4:focus {
border-width: 4px;
}

.focus\:border-opacity-60:focus {
--tw-border-opacity: 0.6;
}

.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}

@media (min-width: 1024px) {
.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
Expand Down
Loading

0 comments on commit c4be9cd

Please sign in to comment.