Rebuild assets

This commit is contained in:
2023-02-18 21:30:50 +11:00
parent cd44b30a58
commit 6209e74f62

View File

@@ -1040,8 +1040,8 @@ video {
height: 4rem;
}
.w-48 {
width: 12rem;
.w-36 {
width: 9rem;
}
.w-16 {
@@ -1060,18 +1060,6 @@ video {
width: 1rem;
}
.w-44 {
width: 11rem;
}
.w-32 {
width: 8rem;
}
.w-36 {
width: 9rem;
}
.max-w-prose {
max-width: 65ch;
}
@@ -1096,10 +1084,6 @@ video {
flex-basis: 40%;
}
.basis-3\/5 {
flex-basis: 60%;
}
.-rotate-45 {
--tw-rotate: -45deg;
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));
@@ -1583,16 +1567,6 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
--tw-shadow: var(--tw-shadow-colored);
}
.dark\:shadow-pink-400 {
--tw-shadow-color: #f472b6;
--tw-shadow: var(--tw-shadow-colored);
}
.dark\:shadow-pink-600 {
--tw-shadow-color: #db2777;
--tw-shadow: var(--tw-shadow-colored);
}
.dark\:selection\:bg-blue-600 *::-moz-selection {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity));