mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
12 lines
154 B
CSS
12 lines
154 B
CSS
.class-1 {
|
|
place-content: center center;
|
|
}
|
|
|
|
.class-2 {
|
|
place-content: first baseline space-evenly;
|
|
}
|
|
|
|
.class-3 {
|
|
place-content: flex-start;
|
|
}
|