CHANGE: updated makefile to run generate at end

This commit is contained in:
2025-02-24 10:46:56 +01:00
parent a4e0bf82c9
commit 5de50b6304
2 changed files with 6 additions and 7 deletions

View File

@@ -556,9 +556,6 @@
.mt-1 {
margin-top: calc(var(--spacing) * 1);
}
.mt-auto {
margin-top: auto;
}
.mb-2 {
margin-bottom: calc(var(--spacing) * 2);
}
@@ -615,9 +612,6 @@
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-subgrid {
grid-template-columns: subgrid;
}
.flex-col {
flex-direction: column;
}