adding compiled css

This commit is contained in:
Chris Cochrun 2022-12-12 11:54:07 -06:00
parent edb7b03d08
commit 058ea89df7

View file

@ -1799,6 +1799,10 @@ select {
display: flex;
}
.table {
display: table;
}
.grid {
display: grid;
}