switching the nix build to build the rust api

This commit is contained in:
Chris Cochrun 2024-01-08 11:17:10 -06:00
parent 0a04063298
commit baefa36f11
5 changed files with 73 additions and 102 deletions

View file

@ -2108,10 +2108,6 @@ select {
width: 0.75rem;
}
.w-64 {
width: 16rem;
}
.min-w-0 {
min-width: 0px;
}
@ -2186,10 +2182,6 @@ select {
flex: 0 1 auto;
}
.shrink {
flex-shrink: 1;
}
.grow {
flex-grow: 1;
}
@ -2198,18 +2190,6 @@ select {
flex-basis: 100%;
}
.basis-1\/2 {
flex-basis: 50%;
}
.basis-1\/3 {
flex-basis: 33.333333%;
}
.basis-2\/3 {
flex-basis: 66.666667%;
}
.basis-1\/4 {
flex-basis: 25%;
}
@ -2218,6 +2198,14 @@ select {
flex-basis: 75%;
}
.basis-1\/2 {
flex-basis: 50%;
}
.basis-1\/3 {
flex-basis: 33.333333%;
}
.-translate-y-8 {
--tw-translate-y: -2rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@ -2298,10 +2286,6 @@ select {
gap: 3rem;
}
.gap-8 {
gap: 2rem;
}
.gap-4 {
gap: 1rem;
}
@ -2949,6 +2933,11 @@ select {
color: rgba(var(--color-neutral), var(--tw-text-opacity)) !important;
}
.text-secondary-500 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
}
.text-neutral-700 {
--tw-text-opacity: 1;
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
@ -2998,31 +2987,6 @@ select {
color: transparent;
}
.text-secondary-300 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-300), var(--tw-text-opacity));
}
.text-secondary-100 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-100), var(--tw-text-opacity));
}
.text-secondary-200 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-200), var(--tw-text-opacity));
}
.text-secondary-700 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-700), var(--tw-text-opacity));
}
.text-secondary-500 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
}
.\!no-underline {
text-decoration-line: none !important;
}
@ -5469,10 +5433,6 @@ pre {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@ -5590,10 +5550,6 @@ pre {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}