Created
July 18, 2014 17:47
-
-
Save mikemartin/2c06766c0633e56124f4 to your computer and use it in GitHub Desktop.
How to flip the Bourbon Refills Side Image pattern
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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