mirror of
https://github.com/glanceapp/glance.git
synced 2025-01-09 15:58:15 +01:00
Add utility class
This commit is contained in:
parent
a7cf8be8c4
commit
2af6500028
@ -1375,6 +1375,7 @@ kbd:active {
|
|||||||
.flex-nowrap { flex-wrap: nowrap; }
|
.flex-nowrap { flex-wrap: nowrap; }
|
||||||
.justify-between { justify-content: space-between; }
|
.justify-between { justify-content: space-between; }
|
||||||
.justify-stretch { justify-content: stretch; }
|
.justify-stretch { justify-content: stretch; }
|
||||||
|
.justify-evenly { justify-content: space-evenly; }
|
||||||
.justify-center { justify-content: center; }
|
.justify-center { justify-content: center; }
|
||||||
.justify-end { justify-content: end; }
|
.justify-end { justify-content: end; }
|
||||||
.uppercase { text-transform: uppercase; }
|
.uppercase { text-transform: uppercase; }
|
||||||
|
Loading…
Reference in New Issue
Block a user