regenerate diagrams and styles

This commit is contained in:
2026-01-21 19:21:17 -07:00
parent d44c4a3228
commit 321bc6fc00
3 changed files with 11 additions and 39 deletions
-38
View File
@@ -193,15 +193,9 @@
.m-\[2em\] {
margin: 2em;
}
.m-\[3em\] {
margin: 3em;
}
.mt-\[1em\] {
margin-top: 1em;
}
.mt-\[2em\] {
margin-top: 2em;
}
.mt-\[3em\] {
margin-top: 3em;
}
@@ -214,9 +208,6 @@
.mb-\[1em\] {
margin-bottom: 1em;
}
.mb-\[1rem\] {
margin-bottom: 1rem;
}
.mb-\[3em\] {
margin-bottom: 3em;
}
@@ -250,18 +241,12 @@
.min-w-fit {
min-width: fit-content;
}
.flex-grow {
flex-grow: 1;
}
.grow {
flex-grow: 1;
}
.basis-full {
flex-basis: 100%;
}
.border-collapse {
border-collapse: collapse;
}
.cursor-pointer {
cursor: pointer;
}
@@ -298,10 +283,6 @@
.rounded-sm {
border-radius: calc(var(--radius) - 4px);
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-\[1px\] {
border-style: var(--tw-border-style);
border-width: 1px;
@@ -333,12 +314,6 @@
.text-center {
text-align: center;
}
.font-display {
font-family: var(--display-family);
}
.font-text {
font-family: var(--text-family);
}
.text-lg {
font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height));
@@ -362,19 +337,12 @@
.text-nowrap {
text-wrap: nowrap;
}
.text-wrap {
text-wrap: wrap;
}
.italic {
font-style: italic;
}
.underline {
text-decoration-line: underline;
}
.outline {
outline-style: var(--tw-outline-style);
outline-width: 1px;
}
.filter {
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,);
}
@@ -733,11 +701,6 @@
syntax: "*";
inherits: false;
}
@property --tw-outline-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-blur {
syntax: "*";
inherits: false;
@@ -796,7 +759,6 @@
*, ::before, ::after, ::backdrop {
--tw-border-style: solid;
--tw-font-weight: initial;
--tw-outline-style: solid;
--tw-blur: initial;
--tw-brightness: initial;
--tw-contrast: initial;