Joey Gallegos

Results 3 comments of Joey Gallegos

I think I am missing some config option. Bump?

Will a fix ever be implemented? Should be merged into the master

I accomplished this by using the below code in my environment ```scss @media only screen and (max-width: 575px), screen and (max-width: 768px) { .col-first-mobile { order: -1; } } ```