I am curious to know if there are specific start or end numbers for ordering elements within a flex container. For instance:
.firstOrder {
order: <First-Item>
}
Why do I ask? Well, I am in the process of developing a CSS framework and I would like to determine whether I can assign two classes to order the First and Last items accordingly.