Skip to content

Instantly share code, notes, and snippets.

@mikemartin
Created July 18, 2014 17:47
Show Gist options
  • Save mikemartin/2c06766c0633e56124f4 to your computer and use it in GitHub Desktop.
Save mikemartin/2c06766c0633e56124f4 to your computer and use it in GitHub Desktop.
How to flip the Bourbon Refills Side Image pattern
.side-image {
@include media($large-screen) {
@include row(table);
&.image-flipped {
direction: rtl;
.content {
direction: ltr;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment