Skip to content

Commit

Permalink
perf(deps): update tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
wallpants committed May 2, 2024
1 parent b58943b commit b329ccf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions app/web/static/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style:
}

::backdrop {
Expand Down Expand Up @@ -95,7 +99,11 @@
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style:
}

.container {
Expand Down Expand Up @@ -1024,12 +1032,12 @@
display: block
}

:is(.dark .dark\:border-gray-600) {
.dark\:border-gray-600:is(.dark *) {
--tw-border-opacity: 1;
border-color: rgb(75 85 99 / var(--tw-border-opacity))
}

:is(.dark .dark\:bg-gray-700) {
.dark\:bg-gray-700:is(.dark *) {
--tw-bg-opacity: 1;
background-color: rgb(55 65 81 / var(--tw-bg-opacity))
}
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit b329ccf

Please sign in to comment.