Posts in the alternating layout of image-text and text-image.
Uses ACSS utility classes and variables.
What gets copied: Section.
The secret sauce:
@media (min-width: 993px) {
%root%:nth-child(even) {
flex-direction: row-reverse;
}
}
Note: There’s also https://automaticcss.com/docs/auto-alternating-grids/.