DEVELOPMENT ENVIRONMENT

~liljamo/tixe

17130041a660aef12d4cacdf1203f56d71d5332a — Jonni Liljamo 1 year, 1 month ago c21270e
feat: tailwind from 3.3.2 to 3.3.3
1 files changed, 13 insertions(+), 64 deletions(-)

M static/styles.css
M static/styles.css => static/styles.css +13 -64
@@ 1,5 1,5 @@
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*


@@ 191,6 191,10 @@ select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;


@@ 342,6 346,14 @@ menu {
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/



@@ 522,19 534,10 @@ video {
  --tw-backdrop-sepia:  ;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.flex {
  display: flex;
}

.h-px {
  height: 1px;
}

.w-full {
  width: 100%;
}


@@ 549,22 552,10 @@ video {
  min-width: max-content;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.flex-col {
  flex-direction: column;
}


@@ 597,62 588,30 @@ video {
  border-bottom-width: 2px;
}

.border-t-0 {
  border-top-width: 0px;
}

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

.bg-transparent {
  background-color: transparent;
}

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

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-neutral-500 {
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600 {
  --tw-gradient-from: #475569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-blue-400 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-neutral-500 {
  --tw-gradient-to: #737373 var(--tw-gradient-to-position);
}

.to-rose-500 {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-size-200 {
  background-size: 200% 200%;
}


@@ 702,10 661,6 @@ video {
  color: transparent;
}

.opacity-75 {
  opacity: 0.75;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);


@@ 739,9 694,3 @@ video {
.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (prefers-color-scheme: dark) {
  .dark\:opacity-100 {
    opacity: 1;
  }
}