Skip to content

Commit

Permalink
update tailwind output
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwanDecoster committed Jan 24, 2025
1 parent 99671f4 commit 8f92588
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .vitepress/theme/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -584,27 +584,10 @@ video {
z-index: 10;
}

.-my-0\.5 {
margin-top: -0.125rem;
margin-bottom: -0.125rem;
}

.-mr-0\.5 {
margin-right: -0.125rem;
}

.ml-1\.5 {
margin-left: 0.375rem;
}

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

.ml-3 {
margin-left: 0.75rem;
}

.block {
display: block;
}
Expand All @@ -626,10 +609,6 @@ video {
height: 1rem;
}

.max-w-\[70px\] {
max-width: 70px;
}

.shrink-0 {
flex-shrink: 0;
}
Expand All @@ -653,12 +632,6 @@ video {
column-gap: 0.5rem;
}

.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.rounded-\[30px\] {
border-radius: 30px;
}
Expand Down Expand Up @@ -688,21 +661,11 @@ video {
padding: 0.25rem;
}

.px-0\.5 {
padding-left: 0.125rem;
padding-right: 0.125rem;
}

.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}

.py-0\.5 {
padding-top: 0.125rem;
padding-bottom: 0.125rem;
}

.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
Expand Down

0 comments on commit 8f92588

Please sign in to comment.