updated devenv, new structure

This commit is contained in:
Per Stark
2024-12-30 11:25:06 +01:00
parent 0110ffa5bf
commit 69596e8c5d
12 changed files with 239 additions and 768 deletions

View File

@@ -107,7 +107,7 @@
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com
*/
/*
@@ -550,7 +550,7 @@ video {
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
[hidden] {
display: none;
}
@@ -1988,10 +1988,6 @@ html {
display: flex;
}
.grid {
display: grid;
}
.min-h-\[80vh\] {
min-height: 80vh;
}
@@ -2000,22 +1996,10 @@ html {
min-height: 100vh;
}
.min-h-full {
min-height: 100%;
}
.w-full {
width: 100%;
}
.min-w-20 {
min-width: 5rem;
}
.min-w-40 {
min-width: 10rem;
}
.max-w-2xl {
max-width: 42rem;
}
@@ -2048,14 +2032,6 @@ html {
flex-direction: column;
}
.place-content-center {
place-content: center;
}
.place-items-center {
place-items: center;
}
.items-center {
align-items: center;
}
@@ -2068,10 +2044,6 @@ html {
justify-content: center;
}
.gap-2 {
gap: 0.5rem;
}
.gap-4 {
gap: 1rem;
}
@@ -2094,7 +2066,7 @@ html {
.bg-base-200 {
--tw-bg-opacity: 1;
background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity, 1)));
background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.bg-gradient-to-r {
@@ -2161,7 +2133,7 @@ html {
.text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-transparent {