Skip to content

Commit

Permalink
build: fix tailwind output for storybooks rucio#448
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Aug 8, 2024
1 parent 17d36b0 commit 0779bf4
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions src/component-library/outputtailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -958,9 +958,9 @@ html {
.max-w-3xl {
max-width: 48rem;
}

.min-w-full {
min-width: 100%;

}

.max-w-sm {
Expand Down Expand Up @@ -1078,10 +1078,6 @@ html {
flex-wrap: wrap;
}

.content-center {
align-content: center;
}

.items-start {
align-items: flex-start;
}
Expand Down Expand Up @@ -1160,12 +1156,6 @@ html {
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
Expand Down Expand Up @@ -1194,12 +1184,12 @@ html {
align-self: center;
}

.overflow-y-auto {
overflow-y: auto;
.overflow-hidden {
overflow: hidden;
}

.overflow-x-hidden {
overflow-x: hidden;
.overflow-y-auto {
overflow-y: auto;
}

.overflow-y-scroll {
Expand Down Expand Up @@ -1656,13 +1646,13 @@ html {
background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.p-0 {
padding: 0px;
}

.bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
.p-0 {
padding: 0px;
}

.p-1 {
padding: 0.25rem;
Expand Down

0 comments on commit 0779bf4

Please sign in to comment.