begin mmc

This commit is contained in:
Александр Бабкин
2022-06-30 16:44:55 +03:00
parent abc503ecd9
commit 09bd73710f
9 changed files with 379 additions and 1 deletions

View File

@@ -836,6 +836,9 @@ select {
.shrink-0 {
flex-shrink: 0;
}
.basis-1\/2 {
flex-basis: 50%;
}
.origin-top-left {
transform-origin: top left;
}
@@ -870,6 +873,9 @@ select {
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}