Rebuild assets

This commit is contained in:
2023-05-02 20:29:22 +10:00
parent 0746d29543
commit e83d3a9c34

View File

@@ -1080,6 +1080,10 @@ video {
display: flex;
}
.table {
display: table;
}
.grid {
display: grid;
}
@@ -1164,6 +1168,10 @@ video {
flex-basis: 40%;
}
.table-auto {
table-layout: auto;
}
.-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));