Created
March 13, 2018 12:45
-
-
Save loopdream/ad7b77bd4b88c68afdc74bc0ec58f34b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@mixin rtl() { | |
// sass-lint:disable force-attribute-nesting no-qualifying-elements | |
html[dir='rtl'] & { | |
@content; | |
} | |
// sass-lint:enable force-attribute-nesting no-qualifying-elements | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment